File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
themes/default/assets/css/layouts Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ pre code { padding: 0; font-size: 100%; background-color: transparent; }
524524html .minimal .container { margin : 0 ; }
525525html .minimal .container-main { padding-top : 50px ; padding-bottom : 0 ; }
526526html .minimal .content-wrap { padding-left : 300px ; }
527- html .minimal .tsd-navigation { position : fixed !important ; overflow : auto; overflow-scrolling : touch; -moz-box-sizing : border-box; box-sizing : border-box; z-index : 1 ; left : 0 ; top : 40px ; bottom : 0 ; width : 300px ; padding : 20px ; margin : 0 ; }
527+ html .minimal .tsd-navigation { position : fixed !important ; overflow : auto; -webkit-overflow-scrolling : touch; overflow-scrolling : touch; -moz-box-sizing : border-box; box-sizing : border-box; z-index : 1 ; left : 0 ; top : 40px ; bottom : 0 ; width : 300px ; padding : 20px ; margin : 0 ; }
528528html .minimal .tsd-member .tsd-member { margin-left : 0 ; }
529529html .minimal .tsd-page-toolbar { position : fixed; z-index : 2 ; }
530530html .minimal # tsd-filter .tsd-filter-group { right : 0 ; -webkit-transform : none; -ms-transform : none; transform : none; }
Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ pre code { padding: 0; font-size: 100%; background-color: transparent; }
532532html .minimal .container { margin : 0 ; }
533533html .minimal .container-main { padding-top : 50px ; padding-bottom : 0 ; }
534534html .minimal .content-wrap { padding-left : 300px ; }
535- html .minimal .tsd-navigation { position : fixed !important ; overflow : auto ; overflow-scrolling : touch ; -moz-box-sizing : border-box ; box-sizing : border-box ; z-index : 1 ; left : 0 ; top : 40px ; bottom : 0 ; width : 300px ; padding : 20px ; margin : 0 ; }
535+ html .minimal .tsd-navigation { position : fixed !important ; overflow : auto ; -webkit-overflow-scrolling : touch ; overflow-scrolling : touch ; -moz-box-sizing : border-box ; box-sizing : border-box ; z-index : 1 ; left : 0 ; top : 40px ; bottom : 0 ; width : 300px ; padding : 20px ; margin : 0 ; }
536536html .minimal .tsd-member .tsd-member { margin-left : 0 ; }
537537html .minimal .tsd-page-toolbar { position : fixed ; z-index : 2 ; }
538538html .minimal #tsd-filter .tsd-filter-group { right : 0 ; -webkit-transform : none ; -ms-transform : none ; transform : none ; }
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ html.minimal
1212 .tsd-navigation
1313 position : fixed !important
1414 overflow : auto
15+ -webkit-overflow-scrolling : touch
1516 overflow-scrolling : touch
1617 box-sizing : border-box
1718 z-index : 1
You can’t perform that action at this time.
0 commit comments