Skip to content
Snippets Groups Projects
Commit 1a6af153 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #493 from metabase/zindex_fix

fix issue with z-index of selection items < that of table header
parents 9640ada9 2f5f6f9a
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@
box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
border-radius: 4px;
background: #fff;
z-index: 2;
z-index: 3;
left: 0;
right: 0;
overflow-y: scroll;
......@@ -259,7 +259,10 @@
.GuiBuilder.GuiBuilder--collapsed .Query-section {
display: none;
}
.QueryToggleWrapper { bottom: -1rem; }
.QueryToggleWrapper {
bottom: -1rem;
z-index: 1;
}
.QueryToggle {
color: #999;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment