Merge pull request #34568 from iamejaaz/fix-listview-mobile-scroll
fix: scrolling issue in mobile devices
This commit is contained in:
commit
01843e7faf
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ input.list-header-checkbox {
|
|||
@media (max-width: map-get($grid-breakpoints, "sm")) {
|
||||
.layout-main-section .frappe-list .result-container {
|
||||
.result {
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
input.list-row-checkbox,
|
||||
input.list-header-checkbox {
|
||||
width: 15px !important;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue