We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1b2bc commit 4228430Copy full SHA for 4228430
README.md
@@ -17,6 +17,7 @@ Clone project:
17
18
Install dependencies:
19
20
+ $ cd angular-material-dashboard
21
$ npm install
22
23
Install gem 'sass'
src/app/stylesheets/_custom.scss
@@ -136,6 +136,11 @@ md-radio-button.md-accent.md-checked .md-label span {
136
font-size: $font-size-large;
137
}
138
139
+
140
+md-backdrop.md-sidenav-backdrop {
141
+ position: fixed;
142
+}
143
144
// libs overrides
145
.material-icons {
146
vertical-align: middle;
0 commit comments