mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix saves manager display issues
This commit is contained in:
parent
a1aac4518b
commit
3e2f103000
2 changed files with 2 additions and 2 deletions
|
@ -661,7 +661,7 @@ const factory = createLayer(id, () => {
|
|||
</>
|
||||
) : undefined}
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="factory-container">
|
||||
<div style="line-height: 2.5em; min-height: 2.5em">
|
||||
{whatIsHovered.value === ""
|
||||
? undefined
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.container {
|
||||
.factory-container {
|
||||
position: absolute;
|
||||
|
||||
bottom: -5px;
|
||||
|
|
Loading…
Reference in a new issue