Skip to content

Commit

Permalink
Use z-10 in pending updates notification container
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed May 29, 2024
1 parent 725de03 commit 54cd4e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sidebar/components/SidebarView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ function SidebarView({
<h2 className="sr-only">Annotations</h2>
<div
className={classnames(
'fixed z-1',
// z-10 ensures this appears over sidebar panels, which use the same
// z-index but render lower in the DOM
'fixed z-10',
// Setting 9px to the right instead of some standard tailwind size,
// so that it matches the padding of the sidebar's container.
// DEFAULT `.container` padding is defined in tailwind.conf.js
Expand Down

0 comments on commit 54cd4e1

Please sign in to comment.