Skip to content

Commit e27854c

Browse files
committed
feat: enable scrollbar when global networks reach height limit
1 parent 291444e commit e27854c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/client/styles/social-share.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
box-shadow: -2px 1px 0.35rem rgba(0, 0, 0, 0.08);
8282
}
8383

84+
.social-share-global .social-share {
85+
max-height: 70%;
86+
max-height: 70vh;
87+
overflow-y: auto;
88+
}
89+
8490
.social-share-global .social-share-network {
8591
display: block;
8692
}

0 commit comments

Comments
 (0)