styling bugs
This commit is contained in:
parent
147fa51208
commit
7542d5a3d4
|
|
@ -13,6 +13,7 @@
|
|||
}
|
||||
|
||||
ul {
|
||||
z-index: 100001;
|
||||
border: none;
|
||||
width: 100%;
|
||||
border-radius: 0.5rem;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue