Skip to content

Commit 6d7c51e

Browse files
committed
fix(content): inherit display
1 parent cd836a3 commit 6d7c51e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/components/content/content.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
@include position(calc(var(--offset-top) * -1), 0px,calc(var(--offset-bottom) * -1), 0px);
6767
@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));
6868

69+
display: inherit;
70+
6971
position: absolute;
7072

7173
color: var(--color);

0 commit comments

Comments
 (0)