mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(all): absolute positioning
This commit is contained in:
@ -4,15 +4,12 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-backdrop {
|
||||
@include position(0, null, null, 0);
|
||||
@include position(0, 0, 0, 0);
|
||||
|
||||
position: absolute;
|
||||
z-index: $z-index-backdrop;
|
||||
display: block;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
cursor: pointer;
|
||||
opacity: .01;
|
||||
transform: translateZ(0);
|
||||
|
||||
Reference in New Issue
Block a user