fix: make assignment modal scrollable if the questions is very long

This commit is contained in:
Jannat Patel
2025-04-17 21:52:55 +05:30
parent 60ad86f79c
commit 4504dd810d

View File

@@ -17,7 +17,7 @@
}"
>
<template #body-content>
<div class="space-y-4 text-base">
<div class="space-y-4 text-base max-h-[65vh] overflow-y-auto">
<FormControl
v-model="assignment.title"
:label="__('Title')"