diff --git a/sdkjs-plugins/content/bergamot/index.html b/sdkjs-plugins/content/bergamot/index.html index 2dd718fe..dcc14c4c 100644 --- a/sdkjs-plugins/content/bergamot/index.html +++ b/sdkjs-plugins/content/bergamot/index.html @@ -55,6 +55,10 @@ width:100%; margin-left: 12px; font-size: 13px; + flex: 1; + overflow: hidden; + display: flex; + flex-direction: column; } .input__head { @@ -157,6 +161,12 @@ transition: width 0.3s ease; width: 0%; } + #txt_shower { + flex: 1; + overflow-y: auto; + overflow-x: hidden; + min-height: 0; + }