From cc7adf7e842b662fafc1eb1a9de3b7a450abbd1a Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Sat, 1 Sep 2018 09:36:59 +0200 Subject: [PATCH] Fix composer not displaying on chrome mobile (fixes #696) --- app/javascript/flavours/glitch/styles/components/drawer.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index 0432b233a..6a9af4490 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -5,7 +5,6 @@ padding: 10px 5px; width: 300px; flex: none; - contain: strict; &:first-child { padding-left: 10px; @@ -49,7 +48,6 @@ background: lighten($ui-base-color, 13%); overflow-x: hidden; overflow-y: auto; - contain: strict; & > .mastodon { flex: 1; @@ -253,7 +251,6 @@ background: $ui-base-color; overflow-x: hidden; overflow-y: auto; - contain: strict; & > header { border-bottom: 1px solid darken($ui-base-color, 4%);