Skip to content
Snippets Groups Projects
Commit 10ecb7aa authored by Julian's avatar Julian
Browse files

Use correct size and position for navbar dropdowns

parent 74600276
No related branches found
No related tags found
1 merge request!907Resolve "Feature: Account Menu in Top Navbar"
Pipeline #53506 canceled
......@@ -61,6 +61,10 @@ $(document).ready(function () {
// Initialize dropdown [MAT]
$('.dropdown-trigger').dropdown();
$('.navbar-dropdown-trigger').dropdown({
"coverTrigger": false,
"constrainWidth": false,
});
// If JS is activated, the language form will be auto-submitted
$('.language-field select').change(function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment