aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-02 15:06:23 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-02 15:06:23 +0100
commitfebf583ed9a6277a9ac9594a3c485ba07080b39f (patch)
tree99dd4e7eaaa25c276706b38adb3bcb0d4724828d /templates
parentAttempt to fix dropdown positioning (diff)
Allow nav dropdown vertical scrolling
Diffstat (limited to 'templates')
-rw-r--r--templates/main/navigation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/navigation.html b/templates/main/navigation.html
index 74e5dd87..8aa52961 100644
--- a/templates/main/navigation.html
+++ b/templates/main/navigation.html
@@ -38,7 +38,7 @@
<ul class="uk-navbar-nav">
<li>
<a><i class="uk-icon fas fa-chevron-down"></i></a>
- <div class="uk-navbar-dropdown uk-background-secondary" uk-dropdown="pos: bottom-right">
+ <div class="uk-navbar-dropdown uk-background-secondary" uk-dropdown="pos: bottom-right" style="overflow-y: auto;">
<ul class="uk-nav uk-navbar-dropdown-nav">
<li class="uk-nav-header uk-hidden@m">Navigation</li>