From 299482ff0f53a9320cbcf0e8afd0326a0b6bb50e Mon Sep 17 00:00:00 2001 From: Tomi Virkki Date: Wed, 23 Sep 2020 13:19:39 +0300 Subject: [PATCH] fix: workaround Safari hidden scrollbar issue (#1800) --- src/vaadin-grid-styles.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vaadin-grid-styles.html b/src/vaadin-grid-styles.html index 9f4b6a453..0468048b0 100644 --- a/src/vaadin-grid-styles.html +++ b/src/vaadin-grid-styles.html @@ -65,6 +65,8 @@ overflow: auto; position: relative; outline: none; + /* Workaround for a Desktop Safari bug: new stacking context here prevents the scrollbar from getting hidden */ + z-index: 0; } #header,