We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcd7eb commit 71ae29fCopy full SHA for 71ae29f
1 file changed
apps/roam/src/components/settings/Settings.tsx
@@ -100,6 +100,7 @@ export const SettingsDialog = ({
100
<style>{`
101
.dg-settings-tabs .bp3-tab-list {
102
overflow-y: auto;
103
+ overflow-x: hidden;
104
max-height: 100%;
105
/* Firefox */
106
scrollbar-width: thin;
@@ -141,7 +142,7 @@ export const SettingsDialog = ({
141
142
<Tab
143
id="query-settings"
144
title="Queries"
- className="mb-8 overflow-y-auto"
145
+ className="overflow-y-auto"
146
panel={<QuerySettings extensionAPI={extensionAPI} />}
147
/>
148
<SectionHeader className="text-lg font-semibold text-neutral-dark">
0 commit comments