From 18a841682042e1e733f9c1ca7e8aebafae8091ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Szczepa=C5=84ski?= Date: Thu, 16 Jan 2020 20:20:59 +0100 Subject: [PATCH] Fix overflow --- FrontEnd/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/FrontEnd/src/styles.css b/FrontEnd/src/styles.css index a272e44..b8dc482 100644 --- a/FrontEnd/src/styles.css +++ b/FrontEnd/src/styles.css @@ -33,6 +33,7 @@ body{ flex-direction: row; justify-content: center; align-items: center; + overflow: scroll !important; } .ag-paging-page-summary-panel{