Browse Source

left menu can scroll now

worker-execute-ec-tasks
chrislu 4 months ago
parent
commit
9025b72241
  1. 1
      weed/admin/static/css/admin.css

1
weed/admin/static/css/admin.css

@ -9,6 +9,7 @@
z-index: 100;
padding: 48px 0 0;
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
overflow-y: auto;
}
.sidebar-heading {

Loading…
Cancel
Save