From 3529e80f0d2ea4f51c51f7e71818a660ffa6a308 Mon Sep 17 00:00:00 2001 From: Chris-MS-896 <64865559+Chris-MS-896@users.noreply.github.com> Date: Fri, 22 Jan 2021 10:02:35 -0600 Subject: [PATCH] no message (#398) --- less/documentDB.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/documentDB.less b/less/documentDB.less index 76d1e1abd..c3526109e 100644 --- a/less/documentDB.less +++ b/less/documentDB.less @@ -1694,6 +1694,7 @@ input::-webkit-calendar-picker-indicator { display: flex; flex-direction: column; height: 100%; + max-height: 100vh; } .contextual-pane .paneErrorDetailsContainer { @@ -2083,7 +2084,7 @@ a:link { display: flex; flex: 1 1 auto; overflow-x: auto; - overflow-y: hidden; + overflow-y: auto; height: 100%; }