mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(content): scroll-content div now takes up full height of container (#20194)
fixes #20185
This commit is contained in:
@ -59,6 +59,10 @@
|
|||||||
--background: #{$background-color-step-50};
|
--background: #{$background-color-step-50};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#scroll-content {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.inner-scroll {
|
.inner-scroll {
|
||||||
@include position(calc(var(--offset-top) * -1), 0px,calc(var(--offset-bottom) * -1), 0px);
|
@include position(calc(var(--offset-top) * -1), 0px,calc(var(--offset-bottom) * -1), 0px);
|
||||||
@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));
|
@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));
|
||||||
|
Reference in New Issue
Block a user