fix(mobile): check for responsiveness, add scrollarea support

This commit is contained in:
Amruth Pillai
2023-11-14 11:43:28 +01:00
parent 6303071410
commit 888b4db0bb
40 changed files with 491 additions and 397 deletions

View File

@ -88,7 +88,7 @@ export const BasicsSection = () => {
/>
</div>
<CustomFieldsSection className="col-span-2" />
<CustomFieldsSection className="sm:col-span-2" />
</main>
</section>
);