Ver código fonte

fix: set overflow auto for report builder wrapper

(cherry picked from commit 2ec0142286)
version-14
prssanna 4 anos atrás
committed by mergify-bot
pai
commit
3f42f4b525
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      frappe/public/less/report.less

+ 1
- 1
frappe/public/less/report.less Ver arquivo

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

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



Carregando…
Cancelar
Salvar