@danielle123 wrote:
Hi,
I have a page with only a
html5 video
and aion-scroll
(empty without any content or sub items) inion-content
. The page code is attached at the end.My issue:
ion-content
becomes slightly scrollable (i.e. the page can scroll down couple of pixels) ifion-scroll
is in the page.
Ifion-scroll
is removed from the page, the scroll bar disappears, and the video player is fixed on top of the screen as expected.the 1st screenshot shows the video player at correct location, while 2nd screenshot shows the page is scrolled down
I have no idea where this issue roots from.
Br,
D<ion-header> ... </ion-header> <ion-content no-padding> <video> ..... </video> <ion-scroll> </ion-scroll> </ion-content> <ion-footer> ... </ion-footer>
Posts: 1
Participants: 1