(QuickPanel) Fixed: Custom scrollbar

This commit is contained in:
Sercan Yemen 2018-07-17 15:06:41 +03:00
parent 8454526ef5
commit 6afa55bb0f
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div fusePerfectScrollbar>
<div fxLayout="column" fxFlex fusePerfectScrollbar>
<mat-list class="date" cdkFocusRegionStart>

View File

@ -1,10 +1,11 @@
quick-panel {
display: flex;
flex-direction: column;
flex: 1 1 auto;
width: 280px;
min-width: 280px;
max-width: 280px;
z-index: 99;
flex-direction: column;
.mat-slide-toggle-content {
flex: 1;