Fixing absolute/relative layouts of Svelte layers
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user