sebawagner commented on a change in pull request #162:
URL: https://github.com/apache/openmeetings/pull/162#discussion_r725542555



##########
File path: openmeetings-web/src/main/webapp/css/raw-general.css
##########
@@ -1,7 +1,14 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") 
http://www.apache.org/licenses/LICENSE-2.0 */
+:root {
+    --app-height: 100%;
+}
 html, body {
-       height: 100%;
+       width: 100vw;
+    height: var(--app-height);

Review comment:
       See above comment on how this will be adjusted to fix for mobile 
browsers dynamically showing/toggling the URL/navigation bar when rotating from 
landscape to portrait mode.




-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@openmeetings.apache.org

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


Reply via email to