[MA-46]: Handled intended hidden onboarding tasklist from assestive technology (#29840)

Этот коммит содержится в:
ayush-chauhan233
2025-01-21 02:43:59 +05:30
коммит произвёл GitHub
родитель d28f84f525
Коммит 821448b94c

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

@@ -52,10 +52,12 @@ const TaskItems = styled.div`
transform-origin: left bottom;
max-height: ${document.documentElement.clientHeight}px;
overflow-y: auto;
display: none;
&.open {
transform: scale(1);
opacity: 1;
display: block;
}
h1 {