router overflow styles fixed

This commit is contained in:
NikolaBorislavovHristov 2019-05-25 19:43:59 +03:00
parent 5671b2a8e1
commit aa263843e3

View file

@ -9,7 +9,6 @@
bottom: 0;
left: 0;
z-index: 0;
overflow: hidden;
&:not(:last-child) {
display: none;
@ -22,6 +21,7 @@
bottom: 0;
left: 0;
z-index: 0;
overflow: hidden;
}
.modals-container {
@ -35,6 +35,7 @@
bottom: 0;
left: 0;
z-index: 1;
overflow: hidden;
}
}
}