gap and help scroll fix
parent
2f76338ff4
commit
1374bc1728
|
@ -152,6 +152,7 @@ input[type='checkbox'] {
|
|||
.overlay:target {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.popup {
|
||||
|
|
|
@ -630,7 +630,7 @@ footer */
|
|||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
bottom: -32px;
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue