fixes for z-indexes
This commit is contained in:
parent
2f1f1455aa
commit
df18a74adc
3 changed files with 8 additions and 14 deletions
|
@ -69,7 +69,7 @@
|
|||
text-align: left;
|
||||
list-style: none;
|
||||
max-width: 100vw;
|
||||
z-index: 10;
|
||||
z-index: 200;
|
||||
white-space: nowrap;
|
||||
|
||||
.dropdown-divider {
|
||||
|
|
|
@ -509,7 +509,7 @@
|
|||
flex-direction: column;
|
||||
padding: 0.25em 0.5em 0.5em;
|
||||
line-height:24px;
|
||||
z-index: 50;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
form textarea.form-cw {
|
||||
|
@ -572,7 +572,7 @@
|
|||
|
||||
.drop-indicator {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: 11;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue