Changed the navbar-main class to utilize overflow-x-scroll, preventing the page from overflowing entirely.

This commit is contained in:
Francesco Bruno 2024-05-03 14:51:08 +00:00
parent a86d13632e
commit 0cddce7a37

View File

@ -185,7 +185,7 @@ .custom-modal {
}
.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 {