Skip to content

Commit

Permalink
Adjust min-width for auto-scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed Aug 9, 2016
1 parent fd48ff7 commit b3043a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/isis/js/template.js
Expand Up @@ -70,7 +70,7 @@
/**
* Append submenu items to empty UL on hover allowing a scrollable dropdown
*/
if ($w.width() > 768) {
if ($w.width() > 767) {

var menuScroll = $('#menu > li > ul'),
emptyMenu = $('#nav-empty');
Expand Down

0 comments on commit b3043a7

Please sign in to comment.