mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
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:
committed by
David Lechner
parent
d8b8672793
commit
3974613738
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user