fix sidebar custom area placing on mobile devices

This commit is contained in:
REJack 2021-07-12 23:10:14 +02:00
parent a7ef0060a7
commit 9d099b11ee

View file

@ -1132,6 +1132,8 @@
height: $sidebar-custom-height;
padding: $sidebar-custom-padding-x $sidebar-custom-padding-y;
}
height: fill-available;
}
.main-sidebar-custom-lg {