mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
(QuickPanel) Fixed: Custom scrollbar
This commit is contained in:
parent
8454526ef5
commit
6afa55bb0f
|
@ -1,4 +1,4 @@
|
|||
<div fusePerfectScrollbar>
|
||||
<div fxLayout="column" fxFlex fusePerfectScrollbar>
|
||||
|
||||
<mat-list class="date" cdkFocusRegionStart>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user