Skip to content

Commit

Permalink
Add compatibility with the Tab Center add-on/experiment
Browse files Browse the repository at this point in the history
Fixes #834.
  • Loading branch information
lydell committed Nov 13, 2016
1 parent d7defc9 commit 0770ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/skin/style.css
Expand Up @@ -78,7 +78,7 @@ toolbarpaletteitem[place="palette"] > #VimFxButton {
/***** Markers *****/

#VimFxMarkersContainer {
position: absolute;
position: relative;
pointer-events: none;
font: menu;
}
Expand Down Expand Up @@ -163,7 +163,7 @@ toolbarpaletteitem[place="palette"] > #VimFxButton {
/***** Help Dialog *****/

#VimFxHelpDialogContainer {
position: absolute;
position: relative;

opacity: 0.92;
background-color: Window;
Expand Down

0 comments on commit 0770ed2

Please sign in to comment.