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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user