diff options
author | Hanage999 <hanage999@crazynewworld.net> | 2019-06-01 13:59:21 +0900 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-06-13 22:15:31 +0200 |
commit | 02d6187894ab7d11a18d8f391c47ceca71cc5bfa (patch) | |
tree | b2c5e0229a89dff36b2ba4e3d3cd33c8ef43e2d0 /app | |
parent | 763735f92e4cf4fb311c8de9b62b9e5fc06f3c5d (diff) |
[Glitch] Center 2-columns layout without side effect
Port 7c1ca0c37b7e68bd4e388afb3bca55d2b71fd2ad to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/columns.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/columns.scss b/app/javascript/flavours/glitch/styles/components/columns.scss index 80d198ff7..b8ecf647e 100644 --- a/app/javascript/flavours/glitch/styles/components/columns.scss +++ b/app/javascript/flavours/glitch/styles/components/columns.scss @@ -19,7 +19,6 @@ height: 100%; &__pane { - flex: 1 1 auto; height: 100%; overflow: hidden; pointer-events: none; |