Added Scrollbar for Options with css overflow
This commit is contained in:
parent
8bd2e51813
commit
08facbc15f
1 changed files with 3 additions and 2 deletions
|
@ -285,6 +285,7 @@ table a{
|
|||
|
||||
|
||||
#modal{
|
||||
overflow-y: auto;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
|
@ -307,7 +308,7 @@ table a{
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 2em;
|
||||
margin-top: 25vh;
|
||||
margin-top: 5vh;
|
||||
width: 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -480,7 +481,7 @@ table a{
|
|||
#modal>div{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 25vh;
|
||||
margin-top: 5vh;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue