mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(content): set height to make it accessible for children elements (#14772)
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
.scroll-inner {
|
||||
@include padding(var(--padding-top), var(--padding-end), calc(var(--padding-bottom) + var(--keyboard-offset)), var(--padding-start));
|
||||
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
box-sizing: border-box;
|
||||
-webkit-margin-collapse: discard;
|
||||
|
||||
Reference in New Issue
Block a user