Followup for issue #2330 - selecting the overviews on the I Pad does not work.
This commit is contained in:
parent
2329a1c007
commit
ff60c57f3e
2 changed files with 23 additions and 35 deletions
|
@ -1,3 +1,3 @@
|
|||
<div class="batch-dragger zIndex-10">
|
||||
<div class="batch-dragger">
|
||||
<div class="batch-dragger-counter js-batch-dragger-count"></div>
|
||||
</div>
|
|
@ -213,19 +213,6 @@ ol, ul {
|
|||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.zIndex-1,
|
||||
.zIndex-2,
|
||||
.zIndex-3,
|
||||
.zIndex-4,
|
||||
.zIndex-5,
|
||||
.zIndex-6,
|
||||
.zIndex-7,
|
||||
.zIndex-8,
|
||||
.zIndex-9,
|
||||
.zIndex-10 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.zIndex-1 {
|
||||
z-index: 100;
|
||||
}
|
||||
|
@ -2017,6 +2004,7 @@ input.has-error {
|
|||
}
|
||||
|
||||
.selected-clue {
|
||||
position: relative;
|
||||
@extend .zIndex-7;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -4242,6 +4230,7 @@ footer {
|
|||
max-width: 400px;
|
||||
min-width: 350px;
|
||||
flex-direction: column;
|
||||
@extend .zIndex-10;
|
||||
|
||||
&.is-visible {
|
||||
display: flex;
|
||||
|
@ -6299,7 +6288,7 @@ footer {
|
|||
|
||||
/* allow/show autocomplete in modal dialog */
|
||||
.ui-autocomplete.ui-widget-content {
|
||||
@extend .zIndex-9;
|
||||
@extend .zIndex-8;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
@ -6462,8 +6451,7 @@ footer {
|
|||
}
|
||||
|
||||
.modal {
|
||||
position: fixed;
|
||||
@extend .zIndex-9;
|
||||
@extend .zIndex-10;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
|
@ -6558,6 +6546,7 @@ footer {
|
|||
.modal.modal--local {
|
||||
display: block;
|
||||
padding: 0 40px;
|
||||
@extend .zIndex-9;
|
||||
|
||||
.modal-backdrop {
|
||||
background: hsla(210,17%,93%,.55);
|
||||
|
@ -6577,13 +6566,11 @@ footer {
|
|||
}
|
||||
|
||||
.dropdown-backdrop {
|
||||
position: fixed;
|
||||
@extend .zIndex-5; // has to be behind dropdown-menu
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
@extend .zIndex-6; // has to be behind modal windows and beneath notifications (popover)
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: 100%;
|
||||
|
@ -8539,7 +8526,7 @@ output {
|
|||
top: 10px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@extend .zIndex-10;
|
||||
@extend .zIndex-9;
|
||||
pointer-events: none;
|
||||
|
||||
.noty_bar {
|
||||
|
@ -9440,6 +9427,7 @@ output {
|
|||
width: 250px;
|
||||
height: 40px;
|
||||
will-change: transform;
|
||||
@extend .zIndex-10;
|
||||
|
||||
&-item {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue