You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/01/19 08:45:20 UTC

[GitHub] [cordova-plugin-statusbar] bigor77 commented on issue #210: Absolute position element are not positioned correctly

bigor77 commented on issue #210:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/210#issuecomment-762692513


   if you add this two line to your css class it will work as expected (leave bottom: 0; as well)
       bottom: calc(0px - constant(safe-area-inset-top));
       bottom: calc(0px - env(safe-area-inset-top));


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org