Skip to content
Snippets Groups Projects
Commit bc4bacab authored by Armand Bahi's avatar Armand Bahi
Browse files

Problème lors de l'affichage du mode mobile

parent 6a14e47b
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
</header>
<section id="works_line" class="row works_line">
<!-- menu des modes -->
<div id="mode_column_layout" ng-class="{'col-xs-1':!$root.is_mobile, 'hidden':$root.is_mobile, 'hidden':(modes.length === 1 && modes[0].mode_id === 'vmap')}">
<div id="mode_column_layout" ng-class="{'col-xs-1':!$root.is_mobile, 'hidden':($root.is_mobile) || (modes.length === 1 && modes[0].mode_id === 'vmap')}">
<button type="button" class="row btn button_mode button_mode_top" ng-show="showModeScrollBoutton()" ng-click="scrollMode(-50)"><i class="icon icon-keyboard_arrow_up"></i></button>
<nav id="mode_column" class="row mode_column no_bs_padding">
<ul class="list-unstyled">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment