Skip to content

Commit

Permalink
fix(GUI): reader search bar z-index (PR #2662 Fixes #2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur authored Nov 27, 2024
1 parent e94d5e6 commit c42bf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/assets/styles/components/readerHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
width: 100vw;
height: 48px;
background-color: var(--color-extralight-grey);
z-index: 200;
z-index: 100;
top: 70px;
right: 0;
left: unset;
Expand Down

0 comments on commit c42bf87

Please sign in to comment.