File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ div.nav-container {
28
28
color : var (--color-navbar-standard );
29
29
/* The font size must be specified in pixels because the height is specified in pixels. */
30
30
font : 16px $font-family-sans ;
31
- position : relative ;
32
31
33
32
.container , .pure-menu-horizontal {
34
33
position : relative ;
@@ -121,23 +120,7 @@ div.nav-container {
121
120
outline : unset ;
122
121
}
123
122
124
-
125
- /* In some unusual situations, like a locally installed copy of "Fira Sans," elements
126
- of the navbar might overflow vertically and start interfering with the main body
127
- content. To ensure that doesn't happen, hide any vertical overflow.
128
- See https://github.com/rust-lang/docs.rs/issues/1669.
129
- */
130
- .pure-menu-item a {
131
- max-height : 100% ;
132
- overflow-x : hidden ;
133
- text-overflow : ellipsis ;
134
- }
135
-
136
- .docsrs-logo , .pure-menu-item a {
137
- padding : 8px 1em ;
138
- }
139
-
140
- .pure-menu-item {
123
+ .docsrs-logo , .pure-menu-item , .pure-menu-item a {
141
124
height : 100% ;
142
125
}
143
126
You can’t perform that action at this time.
0 commit comments