Skip to content

Commit

Permalink
Add back class that sets overflow on phenogrid container (#891)
Browse files Browse the repository at this point in the history
It was removed in 2c878e8 and broke the display of certain embedded
phenogrid widgets (see #887)

### Related issues

- Addresses #887 (though keep open until new release is deployed)

Co-authored-by: Patrick Golden <ptgolden@email.unc.com>
ptgolden and Patrick Golden authored Nov 15, 2024
1 parent 64b4d01 commit ac017e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ThePhenogrid.vue
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
</template>
</tooltip>

<div ref="scroll">
<div ref="scroll" class="scroll force-scrollbar">
<svg
ref="svg"
xmlns="http://www.w3.org/2000/svg"

0 comments on commit ac017e1

Please sign in to comment.