Revert buggy timeline layout refactor

This commit is contained in:
Evan Hahn 2022-03-09 16:44:57 -06:00 committed by GitHub
parent 81e991af80
commit 3226156a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 64 additions and 23 deletions

View file

@ -7,7 +7,7 @@
flex-direction: column;
left: 0;
pointer-events: none;
position: sticky;
position: absolute;
top: 10px;
transition: opacity 0.25s ease-out;
width: 100%;

View file

@ -2,7 +2,12 @@
// 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%;
}