theme: hide overflow-x
This commit is contained in:
parent
d8f05bad95
commit
292b204262
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
<style>
|
||||
body {
|
||||
overflow-x: hidden; /* For the loading progress bar */
|
||||
}
|
||||
|
||||
/* Do not show content until the main CSS is loaded (which overrides opacity) */
|
||||
.page-wrapper {
|
||||
opacity: 0;
|
||||
|
|
|
@ -7,6 +7,7 @@ html, body {
|
|||
font-family: 'Fira Sans', sans-serif;
|
||||
font-size: 18px;
|
||||
text-shadow: 0 0 3px #dddddd;
|
||||
overflow-x: hidden;
|
||||
color: rgb(100, 100, 100);
|
||||
scrollbar-color: #E91E63 #00000000;
|
||||
scrollbar-width: thin;
|
||||
|
|
Loading…
Add table
Reference in a new issue