Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/composite/header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Header({ links, title, subtitle, navRight, fluidNav, homeUrl }) {
);
return (
<>
<header className="gw-flex gw-flex-col gw-w-full gw-sticky gw-top-0 gw-z-20">
<header className="gw-flex gw-flex-col gw-w-full gw-sticky gw-top-0 gw-z-[150]">
<div>
<div className="gw-min-h-12 gw-bg-nav-black gw-text-white">
<div className={navContainerClass}>
Expand Down
2 changes: 1 addition & 1 deletion lib/composite/header/overlay-links.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function OverlayLinks({ links = [], onClose }) {
}
};
return (
<div className="gw-fixed gw-top-0 gw-left-0 gw-h-full gw-right-0 gw-bg-nav-black gw-bg-opacity-90 gw-z-50">
<div className="gw-fixed gw-top-0 gw-left-0 gw-h-full gw-right-0 gw-bg-nav-black gw-bg-opacity-90 gw-z-[200]">
<div className="gw-flex gw-justify-end">
<Button style="plain" color="white" size="lg" onClick={handleClose}>
<VscClose />
Expand Down
Loading