Fix virtual-sample static comments-container position

This commit is contained in:
Timothée Goguely 2024-11-28 18:08:39 +01:00
parent 92f5d8b300
commit 40df3107c3
3 changed files with 14 additions and 6 deletions

View file

@ -85,6 +85,11 @@
gap: var(--space-8);
}
/* Comments */
.static#virtual-sample #comments-container {
top: 8rem;
}
/* Footer */
.dialog [data-pc-section="footer"] {
height: var(--footer-h);