activities: fix not scrolling on overflow

This adds css needed to make the activities tab view contents scroll
appropriately when the contents don't fit vertically.

Fixes: https://github.com/pybricks/support/issues/782
This commit is contained in:
David Lechner
2022-11-08 13:56:38 -06:00
committed by David Lechner
parent d8b8672793
commit 3974613738
4 changed files with 13 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@
@use '@blueprintjs/core/lib/scss/variables' as bp;
.pb-settings {
overflow-y: auto;
.#{bp.$ns}-control-group {
.#{bp.$ns}-button {
margin-bottom: 3px;