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 ddb731b commit cf83ef9Copy full SHA for cf83ef9
core/src/css/display.scss
@@ -37,3 +37,23 @@
37
}
38
39
40
+
41
+// Size
42
+// --------------------------------------------------
43
+.ion-full-height {
44
+ height: 100% !important;
45
+}
46
47
+.ion-full-width {
48
+ width: 100% !important;
49
50
51
+// Position
52
53
+.ion-position-absolute {
54
+ position:absolute !important;
55
56
57
+.ion-position-relative {
58
+ position:relative !important;
59
0 commit comments