1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +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

@ -113,7 +113,6 @@
"sticky-sidebar": "^3.3.1", "sticky-sidebar": "^3.3.1",
"throttle-debounce": "^2.1.0", "throttle-debounce": "^2.1.0",
"tiny-slider-react": "^0.5.3", "tiny-slider-react": "^0.5.3",
"tiny-slider": "2.9.2",
"tinycolor": "^0.0.1", "tinycolor": "^0.0.1",
"tslint": "^5.20.0", "tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2", "tslint-config-airbnb": "^5.11.2",

View file

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