Fixed sidenav scroll
This commit is contained in:
parent
db6e1f4f52
commit
c3d3b8d753
@ -1,4 +1,5 @@
|
||||
@import '../../../../../assets/styles/red-variables';
|
||||
@import '../../../../../assets/styles/red-mixins';
|
||||
|
||||
:host {
|
||||
display: block;
|
||||
@ -9,6 +10,8 @@
|
||||
box-sizing: border-box;
|
||||
padding: 8px;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
@include no-scroll-bar;
|
||||
|
||||
.all-caps-label {
|
||||
padding: 16px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user