fix(mobile): some part of sidebar is hidden
This commit is contained in:
parent
601b38aeda
commit
df36ef1105
1 changed files with 3 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ body[data-route^="Form"] {
|
|||
.form-sidebar {
|
||||
width: var(--form-sidebar-width);
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue