Skip to content

Commit 4228430

Browse files
committed
fix backdrop overlay size
1 parent 2b1b2bc commit 4228430

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Clone project:
1717

1818
Install dependencies:
1919

20+
$ cd angular-material-dashboard
2021
$ npm install
2122

2223
Install gem 'sass'

src/app/stylesheets/_custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ md-radio-button.md-accent.md-checked .md-label span {
136136
font-size: $font-size-large;
137137
}
138138

139+
140+
md-backdrop.md-sidenav-backdrop {
141+
position: fixed;
142+
}
143+
139144
// libs overrides
140145
.material-icons {
141146
vertical-align: middle;

0 commit comments

Comments
 (0)