We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac910bb + 7c98fbc commit e001f8dCopy full SHA for e001f8d
sass/_theme_badge.sass
@@ -2,10 +2,10 @@
2
position: fixed
3
bottom: 0
4
left: 0
5
+ overflow-y: scroll
6
width: $nav-desktop-width
7
color: $section-background-color
8
background: darken($menu-background-color, 8%)
- border-top: solid 10px $menu-background-color
9
font-family: $base-font-family
10
z-index: $z-index-tray
11
a
@@ -34,6 +34,8 @@
34
&.rst-active-old-version
35
background-color: $yellow
36
color: $black
37
+ &.shift-up
38
+ max-height: 100%
39
&.shift-up .rst-other-versions
40
display: block
41
.rst-other-versions
0 commit comments