Skip to content

Commit 71ae29f

Browse files
authored
fix styling issue (#308)
1 parent 9dcd7eb commit 71ae29f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/roam/src/components/settings/Settings.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const SettingsDialog = ({
100100
<style>{`
101101
.dg-settings-tabs .bp3-tab-list {
102102
overflow-y: auto;
103+
overflow-x: hidden;
103104
max-height: 100%;
104105
/* Firefox */
105106
scrollbar-width: thin;
@@ -141,7 +142,7 @@ export const SettingsDialog = ({
141142
<Tab
142143
id="query-settings"
143144
title="Queries"
144-
className="mb-8 overflow-y-auto"
145+
className="overflow-y-auto"
145146
panel={<QuerySettings extensionAPI={extensionAPI} />}
146147
/>
147148
<SectionHeader className="text-lg font-semibold text-neutral-dark">

0 commit comments

Comments
 (0)