From 1157343b107d111ce76413baf55e6c8511dd4a22 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 4 Oct 2017 14:09:15 -0400 Subject: [PATCH] fixing off canvas search button placement for the find trails and maps right off canvas needed to have the search buttons repositioned as firefox was moving them out of their spot when they used position absolute --- css/app.css | 2 +- scss/_right-off-canvas.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index d0b9703..faecfc2 100644 --- a/css/app.css +++ b/css/app.css @@ -9050,7 +9050,7 @@ aside.right-off-canvas-menu ul.open { .right-off-canvas-menu .search-button { margin: 0 auto; width: 75px; - position: absolute; + position: relative; right: 36%; background: #8a1e03; padding: 5px 6px; diff --git a/scss/_right-off-canvas.scss b/scss/_right-off-canvas.scss index 267d567..7f2e228 100644 --- a/scss/_right-off-canvas.scss +++ b/scss/_right-off-canvas.scss @@ -101,7 +101,7 @@ aside.right-off-canvas-menu ul.open { .search-button{ margin: 0 auto; width: 75px; - position: absolute; + position: relative; right: 36%; background: #8a1e03; padding: 5px 6px; -- 2.17.1