Merge pull request #6276 from matrix-org/t3chguy/fix/17805

Fix tiny scrollbar dot on chrome/electron in Forward Dialog
pull/21833/head
Michael Telatynski 2021-06-28 15:47:34 +01:00 committed by GitHub
commit 500be0d0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ limitations under the License.
> .mx_ForwardDialog_preview {
max-height: 30%;
flex-shrink: 0;
overflow: scroll;
overflow-y: auto;
div {
pointer-events: none;