diff options
author | 2018-06-02 15:03:51 +0100 | |
---|---|---|
committer | 2018-06-02 15:03:51 +0100 | |
commit | c02187df44ac648911a3bd5f5567da259b3d8126 (patch) | |
tree | 93041ac65fdf60676b6f26c2cb5d4a8d920a9055 /templates | |
parent | [Wiki] Attempt to fix width issues on mobile (diff) |
Attempt to fix dropdown positioning
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/navigation.html b/templates/main/navigation.html index f17689be..74e5dd87 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> + <div class="uk-navbar-dropdown uk-background-secondary" uk-dropdown="pos: bottom-right"> <ul class="uk-nav uk-navbar-dropdown-nav"> <li class="uk-nav-header uk-hidden@m">Navigation</li> |