Skip to content

Commit

Permalink
Merge pull request #599 from xyflow/354-sticky-header-disappears-when…
Browse files Browse the repository at this point in the history
…-select-menu-is-opened

fix(pricing-table): css override for scroll locked select component
  • Loading branch information
printerscanner authored Dec 4, 2024
2 parents dd57911 + 1be509a commit 07204f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sites/reactflow.dev/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
}
}

html body[data-scroll-locked] {
overflow: visible !important;
margin-right: 0 !important;
}

/* .nextra-nav-container nav .nextra-scrollbar > a[href='/components']:after {
content: 'beta';
position: absolute;
Expand Down

0 comments on commit 07204f6

Please sign in to comment.