Browse Source

Fixed overflow issue

closed-social-glitch-2
kibigo! 6 years ago
parent
commit
ac686d5a5d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss View File

@ -2350,6 +2350,7 @@
position: relative;
z-index: 2;
outline: 0;
overflow: hidden;
& > button {
display: flex;

Loading…
Cancel
Save