File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -282,10 +282,6 @@ html {
282
282
> * {
283
283
border-radius : var (--border-radius );
284
284
overflow : hidden;
285
-
286
- & .sidebar_a4d4d9 {
287
- overflow : visible;
288
- }
289
285
}
290
286
291
287
& : has ([class ^= "chatLayerWrapper_" ] > .resizeHandle_d1c246 ) {
@@ -294,6 +290,12 @@ html {
294
290
grid-auto-rows : 1fr ;
295
291
grid-auto-flow : column;
296
292
293
+
294
+ > .sidebar_a4d4d9 > section > [class ^= "container_" ] {
295
+ left : auto !important ;
296
+ right : var (--space ) !important ;
297
+ }
298
+
297
299
& : has (> : nth-last-child (5 )) {
298
300
& : has (> .chat_a7d72e : nth-child (2 )) {
299
301
grid-auto-columns : auto 1fr 0px auto;
@@ -817,8 +819,9 @@ html {
817
819
border-radius : calc (var (--border-radius ) - 4px );
818
820
border : 1px solid var (--border-subtle );
819
821
position : absolute;
820
- bottom : calc ((55px + var (--space )) * -1 );
821
- left : calc (-72px + var (--space )) !important ;
822
+ bottom : 0 ;
823
+ left : calc (-72px + var (--space ));
824
+ right : auto;
822
825
justify-content : space-between;
823
826
z-index : 999 ;
824
827
You can’t perform that action at this time.
0 commit comments