mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix scrollbar on Firefox on windows (#5446)
This commit is contained in:
parent
a5fe1c6a46
commit
26abd032db
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue