Added Scrollbar for Options with css overflow

This commit is contained in:
Tionis Nagir 2020-05-13 16:21:11 +02:00
parent 8bd2e51813
commit 08facbc15f

View file

@ -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%;
}
}