theme: hide overflow-x

This commit is contained in:
Peter Cai 2020-04-11 09:22:26 +08:00
parent d8f05bad95
commit 292b204262
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
2 changed files with 5 additions and 0 deletions

View File

@ -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;

View File

@ -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;