Browse Source

fix GW-4698

Yuki Takei 5 years ago
parent
commit
2810e346de
1 changed files with 8 additions and 6 deletions
  1. 8 6
      src/client/styles/scss/_search.scss

+ 8 - 6
src/client/styles/scss/_search.scss

@@ -32,12 +32,6 @@
   .rbt-menu {
   .rbt-menu {
     max-height: none !important;
     max-height: none !important;
     margin-top: 3px;
     margin-top: 3px;
-    @extend .dropdown-menu-right;
-    @extend .dropdown-menu-md-left;
-    @include media-breakpoint-down(sm) {
-      left: auto !important;
-      width: 90vw;
-    }
 
 
     li a span {
     li a span {
       .page-path {
       .page-path {
@@ -82,6 +76,14 @@
       border-top-right-radius: 40px;
       border-top-right-radius: 40px;
       border-bottom-right-radius: 40px;
       border-bottom-right-radius: 40px;
     }
     }
+    .rbt-menu {
+      @extend .dropdown-menu-right;
+      @extend .dropdown-menu-md-left;
+      @include media-breakpoint-down(sm) {
+        left: auto !important;
+        width: 90vw;
+      }
+    }
   }
   }
 
 
   // using react-bootstrap-typeahead
   // using react-bootstrap-typeahead