From fd62fc1aaf40fa7fa49f85a79152a888d47df33a Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Thu, 11 Feb 2021 10:34:36 +0100 Subject: [PATCH] Partly revert cb27d2c .. - Fix #1395 - This was also affecting iPad - Overflow property doesn't apply to some table elements like table grouping and containers by default. Signed-off-by: Pedro Pinto Silva Change-Id: I2e12c3cb1e5e2ced16748e79063774502c670946 --- loleaflet/css/notebookbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css index ecc8f5570..929881371 100644 --- a/loleaflet/css/notebookbar.css +++ b/loleaflet/css/notebookbar.css @@ -183,7 +183,7 @@ overflow-y: hidden; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* Internet Explorer 10+ */ - display: table; + display: block; height: 84px; }