Fixing absolute/relative layouts of Svelte layers
This commit is contained in:
parent
96cd097af8
commit
9e35f96ce5
4 changed files with 97 additions and 58 deletions
|
@ -1212,13 +1212,15 @@ div.action.danger p.action-body{
|
|||
height: 100%;
|
||||
pointer-events: none;
|
||||
|
||||
.absolute-overlay {
|
||||
position: absolute;
|
||||
& > div {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
& > * {
|
||||
position: relative;
|
||||
& > div {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue