Fix comment scroll on mobile
This commit is contained in:
parent
e50b8cd936
commit
f7cb0e40cc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
margin-bottom: var(--spacing-m);
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
// overflow-y: scroll;
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
border-top: 1px solid var(--color-border);
|
||||
// background-color:var(--color-background);
|
||||
|
|
Loading…
Reference in a new issue