@@ -6,6 +6,7 @@ border-radius: 15px; gap: 10px; background-color: var(--new-ui-main-color); + position: relative; &__settings { display: none; @media screen and (max-width: 1000px) { @@ -42,6 +43,7 @@ padding: 0px; font-size: 16px; max-height: 62px; + position: relative; &::-webkit-scrollbar { display: none; /* Chrome, Brave, Edge */ @@ -41,7 +41,7 @@ export function AllChatWindow({ setOpenFiltersMobile }: ChatProps) {
-
+