Compare commits

...

3 Commits

Author SHA1 Message Date
5732eff645 Merge branch 'main' of https://git.tp.ac.id/baghizadizn/web-mooc 2025-11-06 14:49:20 +07:00
2dff505d7d nambahin scroll menu 2025-11-06 14:49:17 +07:00
064e6a220e nambahin scroll top menu 2025-11-06 14:49:06 +07:00
2 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -11,7 +11,11 @@
padding: 0 8px;
position: relative;
z-index: 1000;
overflow: visible;
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 */
}
@ -311,4 +315,4 @@
#top_menu {
min-height: 50px;
}
}
}