Browse Source

Fix composer not displaying on iPad

closed-social-glitch-2
Thibaut Girka 6 years ago
committed by ThibG
parent
commit
a77ee0bb6d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      app/javascript/flavours/glitch/styles/components/drawer.scss

+ 1
- 2
app/javascript/flavours/glitch/styles/components/drawer.scss View File

@ -43,8 +43,7 @@
position: relative;
flex-direction: column;
padding: 0;
width: 100%;
height: 100%;
flex-grow: 1;
background: lighten($ui-base-color, 13%);
overflow-x: hidden;
overflow-y: auto;

Loading…
Cancel
Save