Skip to content

Commit

Permalink
updated session room z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Feb 12, 2024
1 parent 5aa0421 commit 78ef965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/website/AgendaPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function Page({
</h1>
{isMobile && (
<div
className="sticky top-[80px] z-40 mb-6 flex flex-wrap justify-around bg-[#F8F3E8]/90 text-[#B1884C] backdrop-blur-lg"
className="sticky top-[80px] z-20 mb-6 flex flex-wrap justify-around bg-[#F8F3E8]/90 text-[#B1884C] backdrop-blur-lg"
style={{
boxShadow: "0 4px 2px -2px #B1884C40",
}}
Expand Down

0 comments on commit 78ef965

Please sign in to comment.