fix: problematic z-index on top bar

This commit is contained in:
Zach Daniel 2023-07-05 19:59:24 -04:00
parent 232fc02015
commit 601331794a

View file

@ -17,7 +17,7 @@ defmodule AshHqWeb.Components.AppView.TopBar do
<div <div
id="top-bar" id="top-bar"
class={ class={
"flex justify-between items-center py-4 px-4 h-20 top-0 z-50 2xl:w-[1500px] self-center", "flex justify-between items-center py-4 px-4 h-20 top-0 z-40 2xl:w-[1500px] self-center",
sticky: @live_action == :docs_dsl, sticky: @live_action == :docs_dsl,
"border-b border-base-light-300 dark:border-base-dark-700 bg-white dark:bg-base-dark-850": "border-b border-base-light-300 dark:border-base-dark-700 bg-white dark:bg-base-dark-850":
@live_action == :docs_dsl @live_action == :docs_dsl