Skip to content

Commit db19e13

Browse files
author
Sravan S
authored
fix: replace outdated CSS rules (#448)
fixes: https://sendbird.atlassian.net/browse/UIKIT-3429
1 parent 2195bc0 commit db19e13

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/smart-components/Thread/components/ThreadUI/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
height: 42px;
4646

4747
display: inline-flex;
48-
justify-content: start;
48+
justify-content: flex-start;
4949
align-items: center;
5050
padding: 16px 11px;
5151

src/ui/Modal/index.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
max-width: 100%;
77
height: 100%;
88
@include mobile() {
9-
height: -moz-available; /* WebKit-based browsers will ignore this. */
10-
height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
11-
height: fill-available;
9+
height: stretch;
1210
}
1311
}
1412
}

0 commit comments

Comments
 (0)