Skip to content

Commit 43ad69c

Browse files
committed
chore: more fixes to the thread full class
1 parent 3dd65d4 commit 43ad69c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/styles/Thread.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,18 @@
265265
.str-chat__thread {
266266
background: transparent;
267267

268+
&--full {
269+
position: fixed;
270+
top: 0;
271+
right: 0;
272+
height: 100vh;
273+
background: var(--white);
274+
z-index: 1000;
275+
margin: 0;
276+
width: 100vw;
277+
max-width: 100%;
278+
}
279+
268280
&-header {
269281
background: var(--white30);
270282
}

0 commit comments

Comments
 (0)