Skip to content

Commit 33fc105

Browse files
Tablet improvements
1 parent a2d59d0 commit 33fc105

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bin/themes/default/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ pre code { padding: 0; font-size: 100%; background-color: transparent; }
524524
html.minimal .container { margin: 0; }
525525
html.minimal .container-main { padding-top: 50px; padding-bottom: 0; }
526526
html.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; }
528528
html.minimal .tsd-member .tsd-member { margin-left: 0; }
529529
html.minimal .tsd-page-toolbar { position: fixed; z-index: 2; }
530530
html.minimal #tsd-filter .tsd-filter-group { right: 0; -webkit-transform: none; -ms-transform: none; transform: none; }

bin/themes/minimal/layouts/default.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ pre code { padding: 0; font-size: 100%; background-color: transparent; }
532532
html.minimal .container { margin: 0; }
533533
html.minimal .container-main { padding-top: 50px; padding-bottom: 0; }
534534
html.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; }
536536
html.minimal .tsd-member .tsd-member { margin-left: 0; }
537537
html.minimal .tsd-page-toolbar { position: fixed; z-index: 2; }
538538
html.minimal #tsd-filter .tsd-filter-group { right: 0; -webkit-transform: none; -ms-transform: none; transform: none; }

themes/default/assets/css/layouts/_minimal.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)