Browse Source

Fix media-gallery, overflow is hidden. (#4008)

pull/4/head
Naoki Kosaka 6 years ago
committed by Eugen Rochko
parent
commit
049cea30b0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/components.scss

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

@ -3433,6 +3433,7 @@ button.icon-button.active i.fa-retweet {
&,
img {
width: 100%;
overflow: hidden;
}
}

Loading…
Cancel
Save