MM-58527 - Fixing overflow issue for autocomplete (#27479)

* MM-58527 - Fixing overflow issue for autocomplete

* MM-58527 - Fixing overflow issue on autocomplete
Этот коммит содержится в:
Asaad Mahmood
2024-07-17 20:52:01 +05:00
коммит произвёл GitHub
родитель 9304c404df
Коммит c0a7a19294
5 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@@ -7,6 +7,7 @@
align-items: center;
justify-content: space-between;
padding: 0 16px;
border-radius: 12px 12px 0 0;
background-color: var(--center-channel-bg);
h1,

Просмотреть файл

@@ -211,7 +211,7 @@ body.app__body #root {
#channel_view,
.product-wrapper {
grid-area: center;
overflow: hidden;
overflow: visible;
}
.sidebar--right--width-holder {

Просмотреть файл

@@ -370,6 +370,7 @@
.post-create__container {
width: 100%;
flex: 0 0 auto;
border-radius: 0 0 12px 12px;
background: var(--center-channel-bg);
color: var(--center-channel-color);

Просмотреть файл

@@ -53,6 +53,7 @@
height: 100%;
flex-direction: column;
padding-top: 50px;
border-radius: 12px;
background: var(--center-channel-bg);
color: var(--center-channel-text);

Просмотреть файл

@@ -6,6 +6,7 @@
width: 100%;
max-height: 56px;
padding: 12px;
border-radius: 12px 12px 0 0;
border-bottom: var(--border-default);
background: v(center-channel-bg);
font-size: 14px;