Skip to content

Commit

Permalink
feat: increase z-index for alfred icons
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Mar 11, 2024
1 parent 2550732 commit 7ead197
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Alfred.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ body.no-alfred .alfredelements {
top: -1px;
right: 0;
text-align: right;
z-index: 10;
z-index: 90;
}
.alfred.rpb-widget:hover {
outline: 4px groove orange !important;
Expand Down
2 changes: 1 addition & 1 deletion Alfred.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ body.no-alfred {
top: -1px; // icon-border = 3px, half container-groove = 2px, looks better
right: 0;
text-align: right;
z-index: 10;
z-index: 90;
}

// modifier for rockpagebuilder widgets
Expand Down
2 changes: 1 addition & 1 deletion Alfred.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ead197

Please sign in to comment.