aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-01-29 16:37:45 +0100
committerGitHub <noreply@github.com>2020-01-29 16:37:45 +0100
commit5d858f4673c03d05a7f3f52a991a42ab9e04da05 (patch)
treef138e2cf1881d8c13bfaf6d17103d690e79f25fa /assets
parent74fb648d199bf70a3401b38fbf5a7654fdc0f23e (diff)
parentbe3f6fce10815fa3ea9b7655eaf15f9d5c6e9192 (diff)
downloadwcms-5d858f4673c03d05a7f3f52a991a42ab9e04da05.tar.gz
wcms-5d858f4673c03d05a7f3f52a991a42ab9e04da05.zip
Merge pull request #42 from n-peugnet/feat/better-submenus
Feat: better submenus
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index a801ba8..b2be8dd 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -52,6 +52,12 @@ aside .submenu {
border: solid 1px dimgrey;
width: 20%;
max-width: 280px;
+ max-height: 85%;
+ overflow-y: auto;
+}
+
+aside .submenu * {
+ max-width: 100%;
}