This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
659b3bb9f1
commit
3f42f4b525
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save