Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(backdrop): set css position: fixed to md-backdrop
Browse files Browse the repository at this point in the history
Ensures the md-backdrop element will always cover the view port.
  • Loading branch information
Kiougar authored and rschmukler committed Jul 7, 2015
1 parent 0185908 commit 4011df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/backdrop/backdrop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ md-backdrop {

background-color: rgba(0,0,0,0);

position: absolute;
position: fixed;
height: 100%;
left: 0;
right: 0;
Expand Down

0 comments on commit 4011df9

Please sign in to comment.