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 cd836a3 commit 6d7c51eCopy full SHA for 6d7c51e
core/src/components/content/content.scss
@@ -66,6 +66,8 @@
66
@include position(calc(var(--offset-top) * -1), 0px,calc(var(--offset-bottom) * -1), 0px);
67
@include padding(calc(var(--padding-top) + var(--offset-top)), var(--padding-end), calc(var(--padding-bottom) + var(--keyboard-offset) + var(--offset-bottom)), var(--padding-start));
68
69
+ display: inherit;
70
+
71
position: absolute;
72
73
color: var(--color);
0 commit comments