css tweaks

This commit is contained in:
Araxeus
2021-04-04 21:25:41 +03:00
parent 7c8e946871
commit 73b0ddc2ce
3 changed files with 23 additions and 9 deletions

View File

@ -3,6 +3,12 @@ body {
line-height: 1.5em;
color: #333;
background-color: #fff;
overflow-y: hidden;
}
::-webkit-scrollbar {
width: 0 !important;
display: none;
}
#container {
@ -10,7 +16,7 @@ body {
justify-content: center;
display: flex;
height: 100%;
overflow: auto;
overflow-y: hidden;
}
#form {