Fixed character list FAB not staying put

This commit is contained in:
Stefan Zermatten
2015-11-19 12:43:54 +02:00
parent 402f885f85
commit 8a1871ee18

View File

@@ -48,7 +48,7 @@ hr {
//FABs
.floatyButton {
position: absolute;
position: fixed;
bottom: 24px;
right: 24px;
}