fix: make header sticky even when scrolling is disabled

This commit is contained in:
Ejaaz Khan 2026-03-27 00:56:15 +05:30
parent 21a2dd5057
commit dbcf8e1e7d

View file

@ -2,7 +2,6 @@
.frappe-list {
.result-container {
.result {
display: table;
min-width: 100%;
width: auto;
.list-row-container {
@ -596,6 +595,8 @@ input.list-header-checkbox {
overflow-x: auto;
.result {
overflow-y: hidden;
display: table;
width: 100%;
}
}
}