From 93ce2728b7cdb8f8587693ac322a6b69c5d7ae88 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 4 Jan 2017 16:39:14 +0100 Subject: css fix --- view/theme/redbasic/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b300c5f2e..6fb1dcdb8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1654,8 +1654,8 @@ nav .dropdown-menu { main.fullscreen { left: 0px; - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; max-width: none; } -- cgit v1.2.3