Skip to content

Commit 4aad106

Browse files
Cannot select any text inside modals or slideouts (#248)
1 parent b72f3a6 commit 4aad106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/components/Layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ export const Layout = ({ children }: PropsWithChildren) => {
164164
</header>
165165
<main
166166
id="main-content"
167-
tabIndex={-1}
168167
className="relative h-full w-full overflow-y-auto overflow-x-auto flex flex-row"
169168
aria-label="Main content"
170169
>

0 commit comments

Comments
 (0)