mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +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>
|
<mat-list class="date" cdkFocusRegionStart>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
quick-panel {
|
quick-panel {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1 1 auto;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
max-width: 280px;
|
max-width: 280px;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
.mat-slide-toggle-content {
|
.mat-slide-toggle-content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user