Push popup doesn't work

Push popup doesn’t work
I just copied code from f7 docs and it won’t work

vue 2.6.10
f7 5.0.4

Works only when top safe area is in place.

https://framework7.io/vue/popup.html

1 Like

To preview it desktop browser, you may temporary add this to CSS:

:root {
  --f7-safe-area-top: 44px;
}

Ow, nice, thank you, very useful!