Skip to content

Commit

Permalink
FIX: Sticky Table Header Positioning for Modals
Browse files Browse the repository at this point in the history
- Previous commit conflicted with modals
- Relates to: a3196b9
  • Loading branch information
aljawaid committed May 19, 2023
1 parent 0223f09 commit 87f9299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/css/plugin-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
top: 0;
position: sticky;
position: -webkit-sticky;
z-index: 101;
z-index: 100;
border: 2px solid var(--blue-border-gradient-match) !important;
}

Expand Down

0 comments on commit 87f9299

Please sign in to comment.