Skip to content

Commit

Permalink
Fix popup z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Nov 23, 2023
1 parent ad3d191 commit f859e41
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indie-theme",
"version": "0.1.1",
"version": "0.1.2",
"description": "A simple and clean theme for Pengu Loader",
"main": "src/index.js",
"type": "module",
Expand Down
28 changes: 23 additions & 5 deletions src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
width: 100% !important;
}

lol-uikit-flyout-frame {
z-index: 100;
}

.bg-current.uikit-background-switcher {
width: 100% !important;
}
Expand Down Expand Up @@ -38,6 +34,7 @@ lol-social-roster {
margin-top: 18px !important;
}

.parties-invite-info-panel,
.v2-parties-invite-info-panel {
background: transparent !important;
}
Expand Down Expand Up @@ -134,7 +131,7 @@ lol-social-panel>*:hover {
}

.style-profile-skin-picker-button {
z-index: 100;
z-index: 4;
}

.loot-content-wrapper,
Expand Down Expand Up @@ -190,4 +187,25 @@ lol-social-panel>*:hover {
.postgame-header-container {
padding-right: 250px;
width: unset !important;
}

.custom-game-tournament-code-container {
z-index: 2 !important;
}

lol-uikit-full-page-backdrop {
z-index: 9 !important;
}

lol-uikit-flyout-frame,
.rcp-fe-lol-settings {
z-index: 10 !important;
}

lol-uikit-dialog-frame {
z-index: 12 !important;
}

.runes-route .inventory-controls {
margin-right: 230px;
}

0 comments on commit f859e41

Please sign in to comment.