fixing off canvas search button placement for the find trails and maps
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 4 Oct 2017 18:09:15 +0000 (14:09 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 4 Oct 2017 18:09:15 +0000 (14:09 -0400)
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
scss/_right-off-canvas.scss

index d0b9703..faecfc2 100644 (file)
@@ -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;
index 267d567..7f2e228 100644 (file)
@@ -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;