vendor/assets/stylesheets/_trunk.scss in active_frontend-12.1.2 vs vendor/assets/stylesheets/_trunk.scss in active_frontend-12.1.4
- old
+ new
@@ -9,13 +9,13 @@
.trunk {
background: $color-white;
border-bottom: 1px solid;
border-color: $color-haze;
color: $color-gray;
- left: 0;
position: fixed;
- right: 0;
top: 50px;
+ min-width: inherit;
+ width: inherit;
z-index: 1040;
}
.trunk-buffer {
border-color: inherit !important;
padding: 30px 0;
\ No newline at end of file