Skip to content

Commit

Permalink
Unsticky header (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 20, 2024
1 parent 6163414 commit ddd58f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { title } = Astro.props;
</head>
<body>
<div class='w-11/12 mx-auto'>
<header class='sticky z-30 top-0 bg-white h-fit'>
<header class='z-30 top-0 bg-white h-fit'>
<nav class='flex justify-between items-center p-4'>
<div class='flex justify-start'>
<div class='flex flex-col'>
Expand Down

0 comments on commit ddd58f5

Please sign in to comment.