Ajay Pillay

Results 11 comments of Ajay Pillay

While I believe that there should be an option to toggle this in-built, you can do so yourself as such (here I'm using React Redux to manage my list of...

Hi @Grubba27 and @xet7 thanks for getting back to me and sorry for the late reply. I figured it out but neglected to update this post. My solution was to...

I face the same issue as well. OS: Fedora 32 64-bit Browser: Chrome Browser Version: Version 91.0.4472.77 (Official Build) (64-bit) Extension Version: 3.0.5 Sometimes I can fix this by closing...

Hey @stipsan thank you for the response! So to address the problems, this was my train of thought: For problem 1 - yes initially I did not want to mess...

Hey @stipsan, here's just an update after a few months (school started and I worked on other aspects of the app I'm building, but revisited the sheet aspect today). I...

Hi, you can actually do this using [`document.querySelector`](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector). ``` document.querySelector("[data-rsbs-overlay]").style.background = `"${yourColorHere}"` ``` And for the `:before` pseudo element, it seems that it's not possible to directly modify its styles...

> But Meteor is only compatible with Node.js 14.x and MongoDB 5.x, versions are listed at https://wekan.github.io Download section. I'm not sure exactly why I had to do that, maybe...

Hi, thank you for your response. Not sure if this information is helpful but I face this exact issue here: [stipsan/react-spring-bottomsheet#129](https://github.com/stipsan/react-spring-bottom-sheet/issues/129). It's really odd because these are two completely different...

Oh sorry, here are the updated versions: Android 11; Pixel 3 XL Build/RQ3A.210605.005 Chrome 91.0.4472.88 React-Bootstrap Version 1.6.1 These should be the latest versions as there aren't any Chrome updates...

Are there any updates regarding the continuity of this project? I'm happy to contribute though I only have access to my Linux machine for testing. Locally I have support for...