Fix scrolling issue in Bergamot translator txt_shower

This commit is contained in:
Alexander Trofimov
2026-02-02 09:50:11 +03:00
parent 856443f89d
commit 985d8adb4f

View File

@ -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;
}
</style>
</head>
<body id="body" style="left:0px; top:0px; margin:0px; padding:0px;">