mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
#3786 broken category hierarchy + add overflow
This commit is contained in:
parent
c941077320
commit
896e48ef5b
@ -95,6 +95,8 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#categoryList {
|
#categoryList {
|
||||||
|
max-height: 24rem;
|
||||||
|
|
||||||
& > li {
|
& > li {
|
||||||
margin-bottom: .4rem;
|
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 %}
|
{% for maincat in mainCats %}
|
||||||
{% set parent_category = noCat ? false : true %}
|
{% set parent_category = noCat ? false : true %}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user