Pull request #199: Fixed sidenav scroll
Merge in RED/ui from RED-1560 to master * commit 'c3d3b8d753f1a4825592f08102eeda94f5bc6c1b': Fixed sidenav scroll
This commit is contained in:
commit
c79ac04304
@ -1,4 +1,5 @@
|
|||||||
@import '../../../../../assets/styles/red-variables';
|
@import '../../../../../assets/styles/red-variables';
|
||||||
|
@import '../../../../../assets/styles/red-mixins';
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
@ -9,6 +10,8 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
@include no-scroll-bar;
|
||||||
|
|
||||||
.all-caps-label {
|
.all-caps-label {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user