Fix scrollbar on Firefox on windows (#5446)

This commit is contained in:
Eric
2022-04-28 19:13:52 -05:00
committed by GitHub
parent a5fe1c6a46
commit 26abd032db
+1 -1
View File
@@ -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;