From efca7abfd6b781e67691aca167057dd5720fe685 Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Fri, 6 Nov 2020 13:06:24 +0100 Subject: [PATCH] Tablet: Notebookbar: hamburger menu issue #390 Signed-off-by: Pedro Pinto Silva Change-Id: Iaf8378153808582f7d8d785857eed69a6753dfa4 --- loleaflet/css/device-tablet.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/loleaflet/css/device-tablet.css b/loleaflet/css/device-tablet.css index 454c03b84..e2e1f96f4 100644 --- a/loleaflet/css/device-tablet.css +++ b/loleaflet/css/device-tablet.css @@ -35,6 +35,9 @@ .main-nav { margin: 0; } +.main-nav.hasnotebookbar { + overflow: visible; /*make sure #Menubar's contents are visible*/ +} .hasnotebookbar{ min-width: 808px; /*set a minimum so the logo fits*/ overflow: auto hidden;