1
0
Fork 1
forked from fedi/mastodon

Fix hidden overflow on interaction modal (#21763)

* Fix hidden overflow on interaction modal

* only update overflow y
This commit is contained in:
Juan Xavier Gomez 2022-12-06 18:40:37 -05:00 committed by talon
parent eac10b4291
commit 8b379be89d

View file

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