MM-58527 - Fixing overflow issue for autocomplete (#27479)
* MM-58527 - Fixing overflow issue for autocomplete * MM-58527 - Fixing overflow issue on autocomplete
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9304c404df
Коммит
c0a7a19294
@@ -7,6 +7,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
|
border-radius: 12px 12px 0 0;
|
||||||
background-color: var(--center-channel-bg);
|
background-color: var(--center-channel-bg);
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|||||||
@@ -211,7 +211,7 @@ body.app__body #root {
|
|||||||
#channel_view,
|
#channel_view,
|
||||||
.product-wrapper {
|
.product-wrapper {
|
||||||
grid-area: center;
|
grid-area: center;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar--right--width-holder {
|
.sidebar--right--width-holder {
|
||||||
|
|||||||
@@ -370,6 +370,7 @@
|
|||||||
.post-create__container {
|
.post-create__container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
border-radius: 0 0 12px 12px;
|
||||||
background: var(--center-channel-bg);
|
background: var(--center-channel-bg);
|
||||||
color: var(--center-channel-color);
|
color: var(--center-channel-color);
|
||||||
|
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
|
border-radius: 12px;
|
||||||
background: var(--center-channel-bg);
|
background: var(--center-channel-bg);
|
||||||
color: var(--center-channel-text);
|
color: var(--center-channel-text);
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 56px;
|
max-height: 56px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
border-radius: 12px 12px 0 0;
|
||||||
border-bottom: var(--border-default);
|
border-bottom: var(--border-default);
|
||||||
background: v(center-channel-bg);
|
background: v(center-channel-bg);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user