Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Fix zIndex issue with events table and logged in user Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Aug 9, 2021
1 parent 8e0810c commit 1916498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const EventsPanel: React.FC = () => {
</Box>
</Box>
<Box overflowY="auto">
<Table width="100%">
<Table width="100%" isolation="isolate">
<Thead>
<Tr>
<Th {...stickyProps} width="100%">
Expand Down

0 comments on commit 1916498

Please sign in to comment.