Skip to content

Commit

Permalink
fix menu overflow/scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
matthesrieke committed Feb 1, 2023
1 parent 8cf0b4d commit 941a186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/sidenav/sidenav.directive.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

</div>
</md-toolbar>
<md-content>
<md-content style="overflow:hidden">
<md-list>
<md-list-item ng-repeat="item in menuItems" ng-click="selectItem(item)" ui-sref="{{item.sref}}" ui-sref-active="md-primary">
<div id="comming_soon_light" ng-if="item.commingSoon">
Expand Down

0 comments on commit 941a186

Please sign in to comment.