FIxed scrolling issue on drafts (#28187)

Этот коммит содержится в:
Harshil Sharma
2024-09-13 19:22:04 +05:30
коммит произвёл 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;