[Libreoffice-commits] online.git: loleaflet/css

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 18 08:47:13 UTC 2019


 loleaflet/css/vex.css |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit dec5cfbb3ce3d812931fd42f438051c058d777e7
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Fri Oct 18 10:32:42 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Fri Oct 18 10:46:55 2019 +0200

    Add compatibility rules for fill-available and fix position to absolute
    
    Change-Id: I9fb153294c4a5c1e23de1213f01c5bd4f0fff81b
    Reviewed-on: https://gerrit.libreoffice.org/81024
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/vex.css b/loleaflet/css/vex.css
index 33c8484cc..13352f58b 100644
--- a/loleaflet/css/vex.css
+++ b/loleaflet/css/vex.css
@@ -35,15 +35,18 @@
 	}
 	.vex.vex-theme-plain {
 		padding: 0px !important;
-		position: relative !important;
+		position: absolute !important;
 		z-index: 2001 !important;
-		top: -42px !important;
+		top: 0px !important;
 	}
 	.vex-open .vex-overlay {
 		z-index: 2000;
 		min-height: 100%;
 		position: absolute;
+		width: 100%;
+		width: -moz-available;
 		width: -webkit-fill-available;
+		width: fill-available;
 		top: 0;
 		background-color: white;
 	}


More information about the Libreoffice-commits mailing list