1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed html overflow

This commit is contained in:
Fedor Katurov 2020-11-10 15:23:13 +07:00
parent b90d4369df
commit 7cf678cdfb
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@
html {
min-height: 100vh;
box-sizing: border-box;
overflow: auto;
}
body {