Skip to content

Commit

Permalink
(BIDS-3135) lower z-index so the dropdown of the searchbar does not g…
Browse files Browse the repository at this point in the history
…et hidden
  • Loading branch information
thib-wien committed Jun 17, 2024
1 parent 4d78879 commit 3372716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/pricing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const scrollToAddons = () => {
.type-toggle-row {
display: flex;
position: sticky;
z-index: 256;
z-index: 128;
top: 0px;
padding-top: 25px;
padding-bottom: 25px;
Expand Down

0 comments on commit 3372716

Please sign in to comment.