From a49456df208ebd30fd1fbaca2fed24b790390e66 Mon Sep 17 00:00:00 2001 From: Paul Clarke Date: Fri, 19 Aug 2016 16:21:57 +1200 Subject: [PATCH] Fix for batch actions not postponed under toolbar on open/close --- admin/client/src/components/Toolbar/Toolbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/client/src/components/Toolbar/Toolbar.scss b/admin/client/src/components/Toolbar/Toolbar.scss index 84432c3c9..dfd29d133 100644 --- a/admin/client/src/components/Toolbar/Toolbar.scss +++ b/admin/client/src/components/Toolbar/Toolbar.scss @@ -20,6 +20,7 @@ background-color: $background-darker; border-bottom: 1px solid $border-color; z-index: 60; + position: relative; } // Secondary content actions eg. Add page button