about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-11-16 11:52:57 +0100
committerThibG <thib@sitedethib.com>2018-11-16 15:04:32 +0100
commita77ee0bb6dcafffebc55db145ef4bac8038ae2a1 (patch)
tree0e15acdcc361cb79b1aa47084cc770128663c103 /app/javascript/flavours/glitch/styles/components/drawer.scss
parent86527024aa392ad6edf5b1d0dc7fe936b7ad4968 (diff)
Fix composer not displaying on iPad
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/drawer.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss
index bf9962add..a5c9d0130 100644
--- a/app/javascript/flavours/glitch/styles/components/drawer.scss
+++ b/app/javascript/flavours/glitch/styles/components/drawer.scss
@@ -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;