We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0950b commit 7d856bfCopy full SHA for 7d856bf
1 file changed
frontend/src/pages/admin/ManageTask.module.css
@@ -46,6 +46,8 @@
46
display: flex;
47
justify-content: center;
48
align-items: center;
49
+ overflow-y: auto;
50
+ scrollbar-width: none;
51
}
52
.modal {
53
background-color: #333;
0 commit comments