Skip to content

Commit cd80f5c

Browse files
authored
Merge pull request #2241 from RedisInsight/fe/bugfix/RI-4672_fix_euiScreenReaderOnly_styles
#RI-4672 - fix euiScreenReaderOnly styles
2 parents e189286 + 4244011 commit cd80f5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redisinsight/ui/src/App.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ input[type='number'] {
3636
}
3737

3838
.euiScreenReaderOnly {
39+
// fix additional scroll
40+
display: none;
3941
// position: absolute !important;
4042
}
4143

0 commit comments

Comments
 (0)