MM-51912 - fix not able to scroll in the LHS (#22806)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3d8701058a
Коммит
bbadbfde45
@@ -54,7 +54,6 @@ exports[`SidebarList should match snapshot 1`] = `
|
|||||||
renderView={[Function]}
|
renderView={[Function]}
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"overflow": "initial",
|
|
||||||
"position": "absolute",
|
"position": "absolute",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ export function renderThumbVertical(props: any) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const scrollbarStyles: CSSProperties = {position: 'absolute', overflow: 'initial'};
|
const scrollbarStyles: CSSProperties = {position: 'absolute'};
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
currentTeam: Team;
|
currentTeam: Team;
|
||||||
|
|||||||
@@ -578,7 +578,6 @@ $sidebarOpacityAnimationDuration: 0.15s;
|
|||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.SidebarNavContainer {
|
.SidebarNavContainer {
|
||||||
.scrollbar--view {
|
.scrollbar--view {
|
||||||
overflow: initial !important;
|
|
||||||
max-width: 240px;
|
max-width: 240px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -754,7 +753,7 @@ $sidebarOpacityAnimationDuration: 0.15s;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.AddChannelsCtaDropdown .dropdown-menu {
|
.AddChannelsCtaDropdown .dropdown-menu {
|
||||||
min-width: 232px !important;
|
min-width: 210px !important;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user