Improved CSS for drawer to restore original looks (full height)

th-downstream
Ondřej Hruška 7 years ago committed by beatrix
parent dec5108c46
commit e00724a4fc

@ -1499,7 +1499,7 @@
.drawer__pager {
box-sizing: border-box;
padding: 0;
flex: 0 0 auto;
flex: 1 1 auto;
position: relative;
}
@ -1507,7 +1507,8 @@
background: lighten($ui-base-color, 13%);
box-sizing: border-box;
padding: 0;
overflow-y: visible;
position: absolute;
height: 100%;
width: 100%;
&.darker {

Loading…
Cancel
Save