Changed the navbar-main class to utilize overflow-x-scroll, preventing the page from overflowing entirely.
This commit is contained in:
parent
a86d13632e
commit
0cddce7a37
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user