Adjust open button positioning

This commit is contained in:
Fred Boniface 2022-10-10 20:59:02 +01:00
parent fa3a99508e
commit 0bc857263a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ footer {
/* Position the div containing the open button */
.inflate {
position: absolute;
top: 25px;
top: 0;
right: 25px;
}