diff --git a/app/assets/stylesheets/locomotive/layout.scss b/app/assets/stylesheets/locomotive/layout.scss index a64063c3..89245299 100644 --- a/app/assets/stylesheets/locomotive/layout.scss +++ b/app/assets/stylesheets/locomotive/layout.scss @@ -87,6 +87,7 @@ body { overflow: hidden; z-index: 997; + top: -1px; padding-bottom: 8px; > div.inner { diff --git a/app/assets/stylesheets/locomotive/menu/sub.scss b/app/assets/stylesheets/locomotive/menu/sub.scss index 3336f57c..fd247533 100644 --- a/app/assets/stylesheets/locomotive/menu/sub.scss +++ b/app/assets/stylesheets/locomotive/menu/sub.scss @@ -10,19 +10,21 @@ clear: both; z-index: 990; - // overflow: hidden; height: 58px; - margin: -1px 8px 0 8px; + margin: 0px 8px 0 8px; + + top: -1px; @include border-top-right-radius(4px); @include box-shadow(rgba(0, 0, 0, 0.3) 0px -1px 10px 0px, rgba(0, 0, 0, 0.2) 0px 4px 6px 4px, rgba(255, 255, 255, 0.4) 0 1px 0 0 inset); - // @include box-shadow(rgba(0, 0, 0, 0.3) 0px -1px 10px 3px, rgba(255, 255, 255, 0.4) 0 1px 0 0 inset); @include background-image(linear-gradient(#2478ac, #1c5d86)); // # default = blue + border-bottom: 1px solid #000; + & > ul { height: 58px; margin: 0px;