[Glitch] Fix hidden overflow on interaction modal

Port 6414c28368 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Juan Xavier Gomez 2022-12-06 18:40:37 -05:00 committed by Claire
parent 2a18d5a31c
commit c4b6eb15cf
1 changed files with 2 additions and 1 deletions

View File

@ -1306,7 +1306,8 @@ img.modal-warning {
width: 600px;
background: $ui-base-color;
border-radius: 8px;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
position: relative;
display: block;
padding: 20px;