Skip to content

Commit 9c8e9cd

Browse files
committed
- fixed modal text scrollbars issue on Windows
1 parent fdc22ea commit 9c8e9cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Spixi/Resources/Raw/html/css/spixiui-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3363,7 +3363,7 @@ img.emoji {
33633363
padding-bottom: 8px;
33643364
min-height: 100px;
33653365
color: var(--colors-text-01);
3366-
overflow: scroll;
3366+
overflow: auto;
33673367
word-break: break-all;
33683368
overflow-wrap: anywhere;
33693369
}

Spixi/Resources/Raw/html/css/spixiui-light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3344,7 +3344,7 @@ img.emoji {
33443344
padding-bottom: 8px;
33453345
min-height: 100px;
33463346
color: var(--colors-text-01);
3347-
overflow: scroll;
3347+
overflow: auto;
33483348
word-break: break-all;
33493349
overflow-wrap: anywhere;
33503350
}

0 commit comments

Comments
 (0)