fixes #430 by providing an enclosing element height and aspect ratio
This commit is contained in:
parent
9138e219ea
commit
90c29d1aa7
1 changed files with 3 additions and 1 deletions
|
|
@ -1636,8 +1636,10 @@ details[open] summary::after {
|
|||
background-color: rgba(255,255,255,0.5);
|
||||
position: absolute;
|
||||
z-index: 30;
|
||||
bottom: -20px;
|
||||
bottom: calc(-4px - 1em);
|
||||
right: 0;
|
||||
height: 1em;
|
||||
aspect-ratio: 1 / 1 !important;
|
||||
}
|
||||
.mod-x svg {
|
||||
aspect-ratio: 1 / 1 !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue