Skip to content

Commit 29b5cde

Browse files
committed
fix: use logical properties in loading-bar-wrapper
1 parent 7fbc808 commit 29b5cde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/chat-bubble/styles.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
.loading-bar-wrapper {
4646
position: absolute;
47-
bottom: 0;
48-
left: 0;
49-
width: 100%;
47+
inset-block-end: 0;
48+
inset-inline-start: 0;
49+
inline-size: 100%;
5050
}
5151

5252
.avatar {

0 commit comments

Comments
 (0)