File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 100
100
z-index : 1 ;
101
101
overflow-y : scroll ;
102
102
}
103
- @media ( min-width : 576 px ) and (max-width : 768 px ) {
103
+ @media only screen and (max-width : 767.99 px ) {
104
104
.main-wrapper {
105
105
z-index : 11 ;
106
+ margin-top : 0px ;
106
107
}
107
108
.site-sidebar {
108
109
width : 100% ;
112
113
width : 80% ;
113
114
z-index : 1 ;
114
115
position : relative ;
116
+ min-height : 100% ;
115
117
}
116
118
}
117
119
.drawer-mask {
141
143
border-radius : 0 4px 4px 0 ;
142
144
}
143
145
.open-drawer {
144
- position : absolute ;
146
+ position : fixed ;
145
147
top : 72px ;
146
148
width : 41px ;
147
149
height : 40px ;
160
162
.toc-affix {
161
163
display : none !important ;
162
164
}
165
+ .header-left .header-lang-button {
166
+ margin-right : 10px ;
167
+ position : absolute ;
168
+ right : 10px ;
169
+ top : 0px ;
170
+ }
171
+ #header {
172
+ position : relative ;
173
+ }
163
174
}
164
175
@media (min-width : 768px ) {
165
176
.site-sidebar {
You can’t perform that action at this time.
0 commit comments