Merge pull request #38283 from iamejaaz/sticky-header
fix: make header sticky even when scrolling is disabled
This commit is contained in:
commit
d0b033ba53
1 changed files with 2 additions and 1 deletions
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue