From 0cddce7a3720d7bd0bc0ffb0ba0aadb86e1c3ec7 Mon Sep 17 00:00:00 2001 From: Francesco Bruno <59353843+FrancescoBrunoDev@users.noreply.github.com> Date: Fri, 3 May 2024 14:51:08 +0000 Subject: [PATCH] Changed the navbar-main class to utilize overflow-x-scroll, preventing the page from overflowing entirely. --- resources/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index d6fcf2cb6..377af4e88 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -185,7 +185,7 @@ tr td:first-child { } .navbar-main { - @apply flex items-center h-10 gap-6 pb-2 border-b-2 border-solid dark:border-coolgray-200; + @apply flex items-center h-fit gap-6 pb-2 border-b-2 border-solid dark:border-coolgray-200 overflow-x-scroll min-h-10; } .loading {