styling bugs

This commit is contained in:
VividTruthKeeper 2022-04-04 19:15:27 +05:00
parent 147fa51208
commit 7542d5a3d4
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@
}
ul {
z-index: 100001;
border: none;
width: 100%;
border-radius: 0.5rem;

View File

@ -17,6 +17,7 @@
height: 100vh;
padding: 5rem 0;
overflow-y: auto;
z-index: 10000;
&.active {
opacity: 1;
@ -36,7 +37,7 @@
background: #fff;
padding: 5rem;
padding-top: 2.8rem;
overflow: hidden;
overflow-x: hidden;
}
.modal-top {