Merge pull request #34568 from iamejaaz/fix-listview-mobile-scroll

fix: scrolling issue in mobile devices
This commit is contained in:
Ejaaz Khan 2025-11-04 10:33:56 +05:30 committed by GitHub
commit 01843e7faf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;