File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{% if enable_toc %}
4
4
< div class ="toc-border-cover z-3 "> </ div >
5
- < section id ="toc-wrapper " class ="invisible position-sticky ps-0 pe-4 ">
5
+ < section id ="toc-wrapper " class ="invisible position-sticky ps-0 pe-4 pb-4 ">
6
6
< h2 class ="panel-heading ps-3 pb-2 mb-0 "> {{- site.data.locales[include.lang].panel.toc -}}</ h2 >
7
7
< nav id ="toc "> </ nav >
8
8
</ section >
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ header {
260
260
-webkit-animation : fade- up 0.8s ;
261
261
animation : fade- up 0.8s ;
262
262
overflow-y : auto ;
263
- max-height : calc ( 100vh - 2 rem ) ;
263
+ max-height : 100vh ;
264
264
scrollbar-width : none ;
265
265
margin-top : 2rem ;
266
266
@@ -333,7 +333,7 @@ header {
333
333
position : fixed ;
334
334
bottom : 0 ;
335
335
width : 15% ;
336
- height : 3 .25rem ;
336
+ height : 2 .25rem ;
337
337
margin-left : -1px ;
338
338
background : linear-gradient (transparent , var (--main-bg ) 70% );
339
339
}
You can’t perform that action at this time.
0 commit comments