mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
content
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
// Globals
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
[ion-app] {
|
||||
|
||||
-webkit-user-drag: none;
|
||||
|
||||
@@ -45,6 +45,7 @@ html {
|
||||
|
||||
.pane > .pane-container > .content {
|
||||
position: relative;
|
||||
z-index: $z-index-content;
|
||||
@include flex(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
|
||||
// Z-Index
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
$z-index-list-border: 50;
|
||||
$z-index-content: 1;
|
||||
$z-index-list-border: 50;
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
|
||||
// Content
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
.content {
|
||||
flex: 1;
|
||||
background-color: white;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user