Doceditor:Components:CompletedForm Fixed styles

This commit is contained in:
Akmal Isomadinov 2024-07-22 23:36:20 +05:00
parent fc2b157293
commit b186fcea96

View File

@ -43,11 +43,9 @@ export const CompletedFormLayout = styled.section<CompletedFormLayoutProps>`
}
width: 100%;
height: 100dvh;
min-height: 100dvh;
padding: 100px 16px 16px;
overflow-y: auto;
background-image: ${(props) => props.bgPattern};
background-repeat: no-repeat;
background-attachment: fixed;