mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
#3786 broken category hierarchy + add overflow
This commit is contained in:
parent
c941077320
commit
896e48ef5b
@ -95,6 +95,8 @@ ul {
|
||||
}
|
||||
|
||||
#categoryList {
|
||||
max-height: 24rem;
|
||||
|
||||
& > li {
|
||||
margin-bottom: .4rem;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<ul id="categoryList" class="py-3 px-2">
|
||||
<ul id="categoryList" class="py-3 px-2 overflow-auto">
|
||||
{% for maincat in mainCats %}
|
||||
{% set parent_category = noCat ? false : true %}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user