mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Simplify positioning of timeline warnings
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user