Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 56514d5

Browse files
committed
Fix tiny scrollbar dot on chrome/electron in Forward Dialog
1 parent 53a6089 commit 56514d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/dialogs/_ForwardDialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ limitations under the License.
3434
> .mx_ForwardDialog_preview {
3535
max-height: 30%;
3636
flex-shrink: 0;
37-
overflow: scroll;
37+
overflow-y: auto;
3838

3939
div {
4040
pointer-events: none;

0 commit comments

Comments
 (0)