Skip to content

Commit

Permalink
Fixed WireGuard icon z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Mar 20, 2022
1 parent f68e691 commit b553080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/src/wireguard/www/cards/004_WireGuard.lp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if session:hasAccess(modalPath) then
</symbol>\
</svg>\
</div>\
<div class="wireguard-card-content">',html,'\
<div class="wireguard-card-content" style="position:absolute;z-index:1">',html,'\
</div>\
</div>\
</div>\
Expand Down
2 changes: 1 addition & 1 deletion extras/tch-gui-unhide-xtra.wireguard
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ if session:hasAccess(modalPath) then
</symbol>\
</svg>\
</div>\
<div class="wireguard-card-content">',html,'\
<div class="wireguard-card-content" style="position:absolute;z-index:1">',html,'\
</div>\
</div>\
</div>\
Expand Down

0 comments on commit b553080

Please sign in to comment.