From 60944ea71699eda49ad7d15ff5bac53aa7f65797 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 10 May 2022 00:09:19 +0200 Subject: [PATCH] Fix layout for small iOS devices and allow scroll (#130) * Fix layout for small iOS devices and allow scroll * Apply new styles in fidelity bond lock page --- frontend/static/css/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/static/css/index.css b/frontend/static/css/index.css index 15d9c7c7..f3ef752d 100644 --- a/frontend/static/css/index.css +++ b/frontend/static/css/index.css @@ -141,4 +141,11 @@ input[type=number] { .MuiDataGrid-columnHeaders + div { width: auto !important; } + + .appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) { + overflow-y: scroll; + margin-top: 12px; + padding-bottom: 25px; + height: 100%; + } } \ No newline at end of file