From f6fa7fbb05f200b595e06c72e40b55c92117adfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 21 Apr 2019 12:36:09 +0200 Subject: [PATCH] lille: be explicit about navigation z-index (IE11 bug workaround) (#32509) --- static/lille/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/lille/_custom.scss b/static/lille/_custom.scss index 02baf6c6..64a74a18 100644 --- a/static/lille/_custom.scss +++ b/static/lille/_custom.scss @@ -125,6 +125,7 @@ div.gru-nav .gru-nav-button { position: absolute; width: $width; border-top: 0; + z-index: 1000; } }