From 1300951a2920a6ac83b954454e079f3d298f168f Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 16 Feb 2020 20:31:51 +0000 Subject: [PATCH] Removed height from '.maputnik-layout-bottom' to allow it to expand. --- src/styles/_layout.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/_layout.scss b/src/styles/_layout.scss index f3db7eb1..b18dfa20 100644 --- a/src/styles/_layout.scss +++ b/src/styles/_layout.scss @@ -38,7 +38,6 @@ &-bottom { position: fixed; - height: 50px; bottom: 0; right: 0; z-index: 1;