Browse Source

fix: set overflow auto for report builder wrapper

(cherry picked from commit 2ec0142286)
version-14
prssanna 4 years ago
committed by mergify-bot
parent
commit
3f42f4b525
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/less/report.less

+ 1
- 1
frappe/public/less/report.less View File

@@ -72,7 +72,7 @@
margin-bottom: 10px; margin-bottom: 10px;
} }


.report-wrapper {
.report-wrapper, .datatable-wrapper {
overflow: auto; overflow: auto;
} }




Loading…
Cancel
Save