Skip to content

Commit

Permalink
pls work ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Jun 25, 2024
1 parent d2d7dc8 commit e0c1392
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
11 changes: 4 additions & 7 deletions WebHostLib/static/styles/options/player.css

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

2 changes: 1 addition & 1 deletion WebHostLib/static/styles/options/player.css.map

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

13 changes: 5 additions & 8 deletions WebHostLib/static/styles/options/player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ html {
}
}

.interactive {
position: absolute;

.tooltip-container {
z-index: 99999;
}
}

#player-options {
max-width: 1024px;
border-radius: 0;
Expand Down Expand Up @@ -106,6 +98,11 @@ html {
min-height: 32px;
line-height: 28px;
margin-right: 24px;

.tooltip-container {
position: absolute;
z-index: 99999;
}
}

.option-subcontainer {
Expand Down
2 changes: 1 addition & 1 deletion WebHostLib/templates/playerOptions/playerOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>Player Options</h2>
<label for="game-options-preset">
Options Preset:&nbsp;
<span
class="interactive"
class="interactive tooltip-container"
data-tooltip="Select from a list of developer-curated presets (if any) or reset all options to their defaults."
>
(?)
Expand Down

0 comments on commit e0c1392

Please sign in to comment.