forked from fixin.me/fixin.me
Fix display of positioned elements
This commit is contained in:
parent
a5a75233c7
commit
8d7f53be10
@ -30,6 +30,9 @@
|
|||||||
--color-gray: #a0a0a0;
|
--color-gray: #a0a0a0;
|
||||||
--color-table-gray: #909090;
|
--color-table-gray: #909090;
|
||||||
--color-text-gray: #707070;
|
--color-text-gray: #707070;
|
||||||
|
|
||||||
|
--z-index-flashes: 100;
|
||||||
|
--z-index-table-row-outline: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
@ -221,6 +224,7 @@ input[type=text]:read-only {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0.4em;
|
top: 0.4em;
|
||||||
|
z-index: var(--z-index-flashes);
|
||||||
}
|
}
|
||||||
.flash {
|
.flash {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user