Compare commits

..

No commits in common. "5732eff645e483775c1df36a60dc7db56a68fec8" and "0de4abfff0278315fddeceb5caa35ab2b5cdf421" have entirely different histories.

2 changed files with 2 additions and 7 deletions

1
.gitignore vendored
View File

@ -14,6 +14,5 @@
/storage/*.key
/vendor
.env
.htaccess

View File

@ -11,11 +11,7 @@
padding: 0 8px;
position: relative;
z-index: 1000;
overflow-x: auto; /* scroll horizontal */
overflow-y: hidden; /* sembunyikan scroll vertikal */
white-space: nowrap; /* cegah isi turun ke baris baru */
scrollbar-width: thin; /* (opsional, Firefox) scrollbar kecil */
overflow: visible;
}
@ -315,4 +311,4 @@
#top_menu {
min-height: 50px;
}
}
}