mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 02:21:37 +01:00
[Glitch] Fix hidden overflow on interaction modal
Port 21b208afcb
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
4642f7d830
commit
16fb604c52
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue