Skip to content

Commit

Permalink
Fix layers z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Nov 23, 2023
1 parent 9a50305 commit eecba06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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.5",
"version": "0.1.6",
"description": "A simple and clean theme for Pengu Loader",
"main": "src/index.js",
"type": "module",
Expand Down
10 changes: 2 additions & 8 deletions src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,19 +204,13 @@ lol-social-panel>*:hover {

/* popup layers */

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

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

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

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

0 comments on commit eecba06

Please sign in to comment.