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

This commit is contained in:
Ondřej Hruška 2017-07-05 11:56:46 +02:00 committed by beatrix
parent 167c392efd
commit 4cbbea5881

View file

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