added popup control fix #3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij
2023-02-19 17:55:11 +01:00
parent c3d74e782d
commit 926947e7c9
6 changed files with 86 additions and 2 deletions

View File

@@ -7,6 +7,15 @@ body {
overflow-y: overlay;
}
#popup-collection {
display: flex;
flex-direction: column;
position: fixed;
bottom: 16px;
left: -160px;
margin-left: 50%;
}
h1 {
font-weight: 200;
font-size: 3rem;