Skip to content

Commit

Permalink
Fix problem with not showing tooltips (#172)
Browse files Browse the repository at this point in the history
Fixes #162, reintroduces a Chrome-Bug (#64 (comment)).
  • Loading branch information
simonseyock authored and ischas committed Nov 22, 2016
1 parent dd68dff commit 96d8ac3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions less/toolbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
display: inline-block;
padding-left: @g4u-desktop-padding;
vertical-align: text-top;
overflow: hidden; // fixes chrome width bug

> .g4u-window-decorator { // fixes the window display bug resulting from above bugfix
position: static;
}
}

.g4u-toolbox-item-first {
Expand Down Expand Up @@ -48,4 +43,4 @@
}
}
}
}
}

0 comments on commit 96d8ac3

Please sign in to comment.