V8: Make the sticky header span the full width of its container (#7184)

* Make the sticky header span the full width of its container

* Fix bad merge
This commit is contained in:
Kenn Jacobsen
2020-04-26 13:50:15 +02:00
committed by GitHub
parent d4f8499851
commit c7908a9ba1

View File

@@ -5,7 +5,7 @@
border-right: 5px solid @brownGrayLight;
display: flex;
justify-content: space-between;
margin: -10px -5px 10px;
margin: -10px -1px 10px;
position: relative;
top: 0;
box-sizing: border-box;
@@ -34,6 +34,7 @@
transition: box-shadow 240ms;
position:sticky;
z-index: 30;
width: calc(100% + 2px);
&.umb-sticky-bar--active {
box-shadow: 0 6px 3px -3px rgba(0,0,0,.16);