Prevent query templates dropdown from appearing beneath the resizer handle

pull/10616/head
Alex P 2017-05-02 16:43:51 -07:00
parent 73f0fb653a
commit f4fad678b9
3 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,6 @@
display: flex;
align-items: stretch;
flex-wrap: nowrap;
overflow-x: auto;
@include custom-scrollbar($query-builder--list-bg,$c-pool);
}
.query-builder--column {
display: flex;

View File

@ -11,7 +11,7 @@
border-radius: 0 $radius 0 0;
background-color: $query-editor--bg;
position: relative;
z-index: 2; /* Minimum amount to obcure the toggle flip within Query Builder. Will fix later */
z-index: 3; /* Minimum amount to obcure the toggle flip within Query Builder. Will fix later */
}
.query-editor--field {
font-family: $code-font;

View File

@ -16,7 +16,7 @@ $resizer-color-active: $c-pool;
margin-top: -$resizer-click-area/2;
margin-bottom: -$resizer-click-area/2;
width: 100%;
z-index: 2;
z-index: 1;
user-select: none;
-webkit-user-select: none;
position: absolute;