Simplify positioning of timeline warnings
This commit is contained in:
parent
a72cf075ef
commit
0b5e2e6768
6 changed files with 23 additions and 64 deletions
|
@ -7,7 +7,7 @@
|
|||
flex-direction: column;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
transition: opacity 0.25s ease-out;
|
||||
width: 100%;
|
||||
|
|
|
@ -2,12 +2,7 @@
|
|||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.module-TimelineWarnings {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: $z-index-above-above-base;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue