File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 100100 z-index : 1 ;
101101 overflow-y : scroll ;
102102}
103- @media ( min-width : 576 px ) and (max-width : 768 px ) {
103+ @media only screen and (max-width : 767.99 px ) {
104104 .main-wrapper {
105105 z-index : 11 ;
106+ margin-top : 0px ;
106107 }
107108 .site-sidebar {
108109 width : 100% ;
112113 width : 80% ;
113114 z-index : 1 ;
114115 position : relative ;
116+ min-height : 100% ;
115117 }
116118 }
117119 .drawer-mask {
141143 border-radius : 0 4px 4px 0 ;
142144 }
143145 .open-drawer {
144- position : absolute ;
146+ position : fixed ;
145147 top : 72px ;
146148 width : 41px ;
147149 height : 40px ;
160162 .toc-affix {
161163 display : none !important ;
162164 }
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+ }
163174}
164175@media (min-width : 768px ) {
165176 .site-sidebar {
You can’t perform that action at this time.
0 commit comments