Skip to content

Commit

Permalink
fix(devtools): reset styles on root
Browse files Browse the repository at this point in the history
  • Loading branch information
artalar committed Oct 10, 2024
1 parent bf3fd08 commit 1c36410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devtools/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export const _connectDevtools = async (
const containerEl = (
<div
css={`
all: initial;
position: fixed;
bottom: calc(5rem / -2);
right: 0;
Expand Down

0 comments on commit 1c36410

Please sign in to comment.