Request button made to be sticky upon scroll.

This commit is contained in:
izerozlu
2019-08-30 13:13:58 +03:00
parent 23ca857154
commit e424128a60
3 changed files with 43 additions and 5 deletions

View File

@@ -359,3 +359,21 @@ fieldset#history {
width: 100%;
}
}
#action {
#hidden-message {
display: none;
}
&.show {
display: flex;
position: fixed;
top: 16px;
right: 16px;
#hidden-message {
display: block;
margin-left: 4px;
}
}
}