Prevent query templates dropdown from appearing beneath the resizer handle
parent
73f0fb653a
commit
f4fad678b9
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue