Browse Source

UI-1604: Fixed issue in groups with overlay because of new walkthrough

4.3
Jean-Roch Maitre 11 years ago
parent
commit
d1f8ffa64c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/groups/groups.js

+ 1
- 1
submodules/groups/groups.js View File

@ -204,7 +204,7 @@ define(function(require){
'z-index': '2'
});
cell.parent().siblings('.edit-groups').css({
cell.parents('.groups-cells').siblings('.edit-groups').css({
'position': 'relative',
'z-index': '2',
'border-top-color': 'transparent'


Loading…
Cancel
Save