Browse Source
Fix hidden overflow on interaction modal (#21763)
* Fix hidden overflow on interaction modal
* only update overflow y
closed-social-glitch-2
Juan Xavier Gomez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
app/javascript/styles/mastodon/components.scss
|
|
@ -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; |
|
|
|