Browse Source

Z-Index fix.

pull/392/head
Sebastian Stehle 7 years ago
parent
commit
e67fc09714
  1. 1
      src/Squidex/app/theme/_bootstrap.scss

1
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 {

Loading…
Cancel
Save