Skip to content

Commit b38ee97

Browse files
authored
Merge pull request #1685 from FlowFuse/row-height-consistency
Ensure we overflow by default if child widget extends beyond widget's defined height
2 parents b42043e + 931196e commit b38ee97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/stylesheets/common.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ main {
144144
.nrdb-ui-widget {
145145
min-height: var(--widget-row-height);
146146
position: relative;
147+
overflow-y: auto;
147148
}
149+
148150
/* to make input type widgets repect row heights */
149151
.nrdb-app .v-input--density-default {
150152
--v-input-control-height: var(--widget-row-height);

0 commit comments

Comments
 (0)