Closed juwonjeong closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.60%. Comparing base (
4e85b27
) to head (4b538c1
). Report is 2 commits behind head on release/2.9.x.develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Let's update PR description too.
Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com)
Checklist
Issue Resolved / Feature Added
The issue is that the navButtonContainer area of the PageViews was too tight, so the shadow of navigation buttons was clip when
fullContents
prop istrue
.Resolution
Set the height of the
navButtonContainer
to twice the height of the button. And the formula related totop
is a calculation that will position the navButtonContainer in the center.Additional Considerations
Links
WRR-4660
Comments