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%; }