Skip to content

Commit

Permalink
chore: background hide
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 committed Apr 1, 2024
1 parent df4e996 commit 08343ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome/content/OTabView.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<html:style id="objName-iframestyle">
#tabGroups-tab-view[show] {
z-index: 1;
visibility: inherit;
}

#tabGroups-tab-view {
Expand All @@ -111,6 +112,7 @@
left: 0px;
right: 0px;
z-index: -1;
visibility: hidden;
}
</html:style>
</html>
Expand Down

0 comments on commit 08343ef

Please sign in to comment.