(front) Fix top buttons

This commit is contained in:
2021-03-06 23:04:24 +01:00
parent e5de38b9d9
commit d011d5738f

View File

@@ -36,7 +36,8 @@ nav a.active {
/* FIXME Code Repetition */ /* FIXME Code Repetition */
.btn-top { .btn-top {
display: inline-block; display: flex;
flex-direction: column;
position: fixed; position: fixed;
z-index: 1; z-index: 1;
-webkit-transition: opacity .3s 0s, visibility 0s 0s; -webkit-transition: opacity .3s 0s, visibility 0s 0s;