From 8a1871ee188de1bfa81653b0683e4ffc73155573 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Thu, 19 Nov 2015 12:43:54 +0200 Subject: [PATCH] Fixed character list FAB not staying put --- rpg-docs/client/style/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpg-docs/client/style/main.scss b/rpg-docs/client/style/main.scss index 5006ac3b..a9cbbe7c 100644 --- a/rpg-docs/client/style/main.scss +++ b/rpg-docs/client/style/main.scss @@ -48,7 +48,7 @@ hr { //FABs .floatyButton { - position: absolute; + position: fixed; bottom: 24px; right: 24px; }