Fix overflow

This commit is contained in:
Marcin Szczepański 2020-01-16 20:20:59 +01:00
parent d55f5bd725
commit 18a8416820

View File

@ -33,6 +33,7 @@ body{
flex-direction: row;
justify-content: center;
align-items: center;
overflow: scroll !important;
}
.ag-paging-page-summary-panel{