Neues Initialrelease mit IonicMaterial
This commit is contained in:
@@ -36,7 +36,6 @@ body,
|
||||
color: $base-color;
|
||||
word-wrap: break-word;
|
||||
font-size: $font-size-base;
|
||||
font-family: -apple-system;
|
||||
font-family: $font-family-base;
|
||||
line-height: $line-height-computed;
|
||||
text-rendering: optimizeLegibility;
|
||||
@@ -84,14 +83,6 @@ body.grade-c {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
&.overflow-scroll {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&.scroll-x { overflow-x: scroll; overflow-y: hidden; }
|
||||
&.scroll-y { overflow-x: hidden; overflow-y: scroll; }
|
||||
&.scroll-xy { overflow-x: scroll; overflow-y: scroll; }
|
||||
|
||||
// Hide the top border if any
|
||||
margin-top: -1px;
|
||||
}
|
||||
@@ -194,21 +185,12 @@ ion-infinite-scroll {
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
// Make sure the scrollbar doesn't take up layout space on edge
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
|
||||
&.pane {
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.scroll {
|
||||
position: static;
|
||||
height: 100%;
|
||||
@@ -254,10 +236,6 @@ ion-infinite-scroll {
|
||||
}
|
||||
}
|
||||
|
||||
.bar-subfooter.has-tabs {
|
||||
bottom: $tabs-height + $bar-footer-height;
|
||||
}
|
||||
|
||||
.has-footer.has-tabs {
|
||||
bottom: $tabs-height + $bar-footer-height;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user