1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

[ticket/17459] Add to top button to FAQ

PHPBB-17459
This commit is contained in:
Marc Alexander
2024-11-03 19:51:50 +01:00
parent 2d392791ad
commit 14d889f74f
4 changed files with 53 additions and 4 deletions

View File

@@ -153,7 +153,22 @@ a.lastsubject:hover {
.top {
font-size: 14px;
text-decoration: none;
margin-top: 10px;
margin-top: 12px;
}
.to-top-button {
position: fixed;
right: 24px;
bottom: 24px;
inline-size: 48px;
block-size: 48px;
border-radius: 50%;
display: none;
}
.to-top-button .o-icon {
font-size: 32px;
padding: 8px;
}
/* Back to top of page */