Fix saves manager display issues

This commit is contained in:
thepaperpilot 2022-12-20 21:55:56 -06:00
parent a1aac4518b
commit 3e2f103000
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -28,7 +28,7 @@
margin: 0;
padding: 0;
}
.container {
.factory-container {
position: absolute;
bottom: -5px;