Feature #2721
Feature #2709: Make controls fixed
Getting a weird scrollbar
Start date:
05/08/2020
Due date:
% Done:
100%
History
#1
    
    Updated by Luke Murphey over 5 years ago
    
    Obs:
	
    - This issue appears to have been present for a while (went back many changes and still seeing it)
 - It goes away if I remove the menu
 - It is caused by having the menu set as fixed
 - This happens on the example even when I delete most of the content
 - The scroolbar doesn't always appear on https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_fixed_menu when I remove the height and some content
 - Removing the intermediate div seems to help
 - Its some sort of collision with the pushable and menu
 
- Is this linear to the menu height?
	
- No
 - Seems to be the same as the pushable segment margin
 - Yay, getting rid of that margin fixes it
 
 
- A clearing segment doesn't help
 - style={{ position: 'fixed', top: 0 }} doesn't fix it
 - The margin-top doesn't seem to be the problem
 
#2
    
    Updated by Luke Murphey over 5 years ago
    
    - Status changed from New to Closed
 - % Done changed from 0 to 100