Fix scrollbar on Firefox on windows (#5446)
This commit is contained in:
@@ -547,7 +547,7 @@
|
||||
height: fit-content;
|
||||
[purpose='subtopics'] {
|
||||
max-height: calc(~'80vh - 90px'); //To prevent the sidenav being anchored to the bottom of the page if it has overflow.
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
color: @core-fleet-black;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
|
||||
Reference in New Issue
Block a user