mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
Fix scrolling issue in Bergamot translator txt_shower
This commit is contained in:
@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user