FIxed scrolling issue on drafts (#28187)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f41d54b336
Коммит
a0a6c48773
@@ -13,8 +13,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__main {
|
&__main {
|
||||||
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
height: 100%;
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
grid-area: list;
|
grid-area: list;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user