overflow of body allowed

This commit is contained in:
NikolaBorislavovHristov 2018-11-27 17:18:52 +02:00
parent 0cc683c37c
commit e277dbbae9

View file

@ -60,9 +60,12 @@
height: 100vh;
min-width: 1000px;
min-height: 650px;
overflow: hidden;
font-family: 'Roboto', 'Noto Sans', 'sans-serif';
}
#app {
z-index: 0;
overflow: hidden;
}
.modal-container {
@ -70,6 +73,7 @@
top: 0;
left: 0;
z-index: 1;
overflow: hidden;
}
}