-
### Description
the .env file works only first time, if I changed the config in .env file, and restart the project by python app.py, the config dosen't change, emm I think it should be change by othe…
-
When we scroll the sidebar menu it isn't scrolling, but it scrolls the body section, so to reach the hidden bottom menu items it needs to scroll the whole page which isn't good for UI/UX:
![202…
-
Hello. I would love to know is there a way for me to listen to the scroll event in my body tag. I tried it by listening to the event from ref.
exp: ref.current.addEventListener("scroll", func())
-
Hi,
I noticed when we scroll down the background body #f6f6f9 keeps showing for a bit the it disappear.. not sure is there any css to fix that!.
to test that set the body background to darker colo…
-
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Raleway", sans-serif;
scroll-behavior: smooth;
}
body {
background-color: rgb(245, 236, 224);
}
body.dark {
background-…
-
Sometimes, the function to enable scroll has no effect.
As you can see on your own demo page:
![image](https://user-images.githubusercontent.com/55847858/90095407-efbe7480-dd06-11ea-8fd7-18b4387…
-
### Issue Title: Horizontal Scroll Overflow Bug
**Description:**
We are experiencing a horizontal scroll overflow issue on the website, which is affecting the user experience. The horizontal scr…
-
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Description
autocomplete d…
-
## An option to define my parent element on my page
my main contents that are scrollable are not placed directly inside my body element, which makes it not scrollable. I need an option while init…
-
### Steps to reproduce
- Run the code example bellow.
- Notice the suggestionsBuilder has 30 `ListTile`, but when scrolling you can't reach the last one which is number 30. Of course when keyboard …