We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1ec95 commit cb33d7eCopy full SHA for cb33d7e
trailbase-assets/js/admin/src/components/SplitView.tsx
@@ -44,8 +44,11 @@ export function SplitView(props: {
44
}) {
45
function VerticalSplit() {
46
return (
47
- <div class="flex flex-col overflow-hidden">
48
- <props.first horizontal={false} />
+ <div class="hide-scrollbars flex h-full flex-col overflow-x-hidden overflow-y-scroll">
+ <div>
49
+ <props.first horizontal={false} />
50
+ </div>
51
+
52
<props.second horizontal={false} />
53
</div>
54
);
0 commit comments