From 00de65d899daf99a9f7051e9d84a3a9e63346030 Mon Sep 17 00:00:00 2001 From: seiyria Date: Wed, 14 Oct 2015 11:30:36 -0500 Subject: [PATCH] fix(quickActions): quick actions button should now stay in the bottom right ref #54 --- src/scss/site.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/site.scss b/src/scss/site.scss index 634d6a1..ee2a98d 100644 --- a/src/scss/site.scss +++ b/src/scss/site.scss @@ -242,7 +242,7 @@ md-data-table-toolbar > form > input:focus { } .abs-position-bottom-right { - position: absolute; + position: fixed; right: 10px; bottom: 10px; }