added popup control fix #3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user