mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Always hide horizontal scrollbars on body
This commit is contained in:
parent
12f78f22ce
commit
3ede5f4feb
@ -16,6 +16,7 @@ body {
|
||||
-webkit-font-feature-settings: 'kern' 1;
|
||||
-moz-font-feature-settings: 'kern' 1;
|
||||
font-feature-settings: 'kern' 1;
|
||||
overflow-x: hidden; // Never have horizontal scrollbars
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
|
@ -7,14 +7,14 @@
|
||||
<body>
|
||||
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
||||
|
||||
<!-- Docs master nav -->
|
||||
<!-- Main nav -->
|
||||
{% include nav/global.html %}
|
||||
|
||||
<!-- Docs page -->
|
||||
<main id="gh-main" class="viewport" role="main">
|
||||
{{content}}
|
||||
</main>
|
||||
|
||||
{% include foot.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
3
core/client/docs/dist/css/ghost-ui.css
vendored
3
core/client/docs/dist/css/ghost-ui.css
vendored
@ -592,7 +592,8 @@ body {
|
||||
width: 100%;
|
||||
-webkit-font-feature-settings: 'kern' 1;
|
||||
-moz-font-feature-settings: 'kern' 1;
|
||||
font-feature-settings: 'kern' 1; }
|
||||
font-feature-settings: 'kern' 1;
|
||||
overflow-x: hidden; }
|
||||
|
||||
::-moz-selection {
|
||||
background: #D6EDFF; }
|
||||
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user