From e67fc0971419be79f8f5941b5c50481131babfac Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Fri, 26 Jul 2019 18:11:12 +0200 Subject: [PATCH] Z-Index fix. --- src/Squidex/app/theme/_bootstrap.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Squidex/app/theme/_bootstrap.scss b/src/Squidex/app/theme/_bootstrap.scss index e3bd858ca..e886dfdc6 100644 --- a/src/Squidex/app/theme/_bootstrap.scss +++ b/src/Squidex/app/theme/_bootstrap.scss @@ -165,6 +165,7 @@ a { @include box-shadow(0, 3px, 16px, .2); border: 0; background: $panel-light-background; + z-index: 1200; } a {