From 9c9a28b92f55a8dd302cd964c66498d95c1b5bd3 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 30 Oct 2016 12:19:40 -0400 Subject: Move FAB to lower-right per Material Design spec --- ugtd.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ugtd.css b/ugtd.css index 6bd370b..79c2bb9 100644 --- a/ugtd.css +++ b/ugtd.css @@ -18,3 +18,9 @@ header .mdl-button { .Main_hidden { display: none; } + +.mdl-button--fab { + position: fixed; + right: 16px; + bottom: 16px; +} -- cgit v1.2.3