Compare commits
3 Commits
0de4abfff0
...
5732eff645
| Author | SHA1 | Date | |
|---|---|---|---|
| 5732eff645 | |||
| 2dff505d7d | |||
| 064e6a220e |
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,5 +14,6 @@
|
||||
/storage/*.key
|
||||
/vendor
|
||||
.env
|
||||
.htaccess
|
||||
|
||||
|
||||
|
||||
@ -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 */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user