Fix comment scroll on mobile

This commit is contained in:
Raphael Wickihalder 2022-04-10 10:43:14 +02:00
parent e50b8cd936
commit f7cb0e40cc
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -11,7 +11,7 @@
margin-bottom: var(--spacing-m); margin-bottom: var(--spacing-m);
@media (max-width: $breakpoint-small) { @media (max-width: $breakpoint-small) {
// overflow-y: scroll; overflow-y: scroll;
height: 100%; height: 100%;
border-top: 1px solid var(--color-border); border-top: 1px solid var(--color-border);
// background-color:var(--color-background); // background-color:var(--color-background);