Simplify positioning of timeline warnings
This commit is contained in:
parent
a72cf075ef
commit
0b5e2e6768
6 changed files with 23 additions and 64 deletions
|
@ -5452,6 +5452,7 @@ button.module-image__border-overlay:focus {
|
|||
|
||||
.module-timeline {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -5466,6 +5467,7 @@ button.module-image__border-overlay:focus {
|
|||
overflow-y: overlay;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.module-timeline__messages {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue