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