Adjust overflow

This commit is contained in:
Fred Boniface 2023-06-28 21:59:38 +01:00
parent 4147fe5c10
commit 85ce074c88
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@
opacity: 0.9; opacity: 0.9;
width: 100%; width: 100%;
max-height: 40%; max-height: 40%;
overflow-y: scroll; overflow-y: auto;
overflow-x: clip;
left: 0; left: 0;
top: 89px; top: 89px;
} }