Fix alignment of collapsibles in question headers

Co-Authored-By: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
Andreas Nedbal 2023-01-12 23:17:09 +01:00
parent a2139213c7
commit f0b9a00923
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
overflow: visible;
}
&__question-body,
.card-header,
&__answer-body {
position: relative;
}

View File

@ -48,6 +48,7 @@
.collapsed ~ & {
position: absolute;
bottom: 0;
left: 0;
&:before {
content: "";