fix(mobile): some part of sidebar is hidden

This commit is contained in:
Ejaaz Khan 2026-01-02 13:06:48 +05:30
parent 601b38aeda
commit df36ef1105

View file

@ -144,6 +144,9 @@ body[data-route^="Form"] {
.form-sidebar {
width: var(--form-sidebar-width);
}
@media (max-width: 991px) {
position: relative;
}
}
}