compass
compass copied to clipboard
Background Color Changes After Deep Scroll
Prerequisites
- [x] Using an up-to-date main branch
Expected Behavior
- User hovers cursor over main grid
- User scrolls down and holds
- The grid color shouldn't change
Current Behavior
1-2: same 3. The grid moves up, exposing white space below the grid
Possible Solution (Not obligatory)
- Update CSS to prevent scrolling in this way or update the CSS To use the same background color when this happnes
Context
Hey Tyler,
What's your zoom percentage?
I'm only getting some white space when adding an event for the month
Hey, that makes sense that the white space is also showing up when you're adding a new month event. I think that happens because the body needs to expand to fit the popper element.
Regardless, I think the fix should be a simple one of just setting the background color for the body element so that it's not white.
Closed by #104