diff --git a/lib/ash_hq_web/components/app_view/top_bar.ex b/lib/ash_hq_web/components/app_view/top_bar.ex index 12708128..751be76d 100644 --- a/lib/ash_hq_web/components/app_view/top_bar.ex +++ b/lib/ash_hq_web/components/app_view/top_bar.ex @@ -15,7 +15,7 @@ defmodule AshHqWeb.Components.AppView.TopBar do id="top-bar" class={classes([ - "flex justify-between items-center py-4 px-4 h-20 top-0 z-40 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 w-full", sticky: @live_action == :docs_dsl, "border-b border-base-light-300 dark:border-base-dark-700 bg-white dark:bg-base-dark-850": @live_action == :docs_dsl