fix: scolling issue in mobile devices

This commit is contained in:
Ejaaz Khan 2025-11-03 18:06:49 +05:30
parent 71aa763697
commit fd9fa39992

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;