Skip to content

Commit

Permalink
specific rules for windows arrowscroll box to remain at -42px
Browse files Browse the repository at this point in the history
  • Loading branch information
ericawright committed Jun 3, 2016
1 parent 042e83b commit 98b8f15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions skin/light/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
height: calc(100vh - 41px);
}

@media (-moz-os-version: windows-xp), (-moz-os-version: windows-vista), (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10) {
.tabbrowser-arrowscrollbox,
.tabbrowser-arrowscrollbox:not(:-moz-lwtheme) {
height: calc(100vh - 42px);
}
}

#verticaltabs-box .tabbrowser-arrowscrollbox > scrollbox {
overflow-y: hidden !important;
}
Expand Down

0 comments on commit 98b8f15

Please sign in to comment.