Removed vertical scroll-bar.

This commit is contained in:
Revertron
2021-02-17 14:53:45 +01:00
parent 1ec02381e8
commit a033cbcf38
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -10834,4 +10834,8 @@ label.panel-block:hover {
/* TODO move to another file */ /* TODO move to another file */
.container { .container {
margin: 10pt; margin: 10pt;
}
html {
overflow: hidden;
} }
+1 -1
View File
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wyrd</title> <title>ALFIS</title>
{styles} {styles}
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script> <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
{scripts} {scripts}