Skip to content
Snippets Groups Projects
Commit ba332875 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Mobile: Logout button not accessible in the left menu

parent 4b6de2b8
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<cs-extension-point name="menu-profile-user"></cs-extension-point> <cs-extension-point name="menu-profile-user"></cs-extension-point>
</div> </div>
<!-- logout --> <!-- logout -->
<a ng-if="login" class="button-icon" ng-click="logout({askConfirm: true})" style="position: absolute; top: 5px; left: 5px;"> <a ng-if="login" class="button-icon" ng-click="logout({askConfirm: true})" style="position: absolute; top: 5px; left: 5px; z-index: 999;">
<i class="icon stable ion-android-exit"></i> <i class="icon stable ion-android-exit"></i>
</a> </a>
</div> </div>
......
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