Merge pull request #8645 from deepeshgarg007/rtl_scroll_fix
fix: RTL scrolling in reports
This commit is contained in:
commit
08d936f42b
1 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.report-wrapper {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.groupby-box {
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
padding: 10px 15px 3px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue