From 6726f23243a9ba0f4d356f01ab9be6f41de8c61f Mon Sep 17 00:00:00 2001 From: Sergei Smirnov Date: Thu, 15 Oct 2020 14:38:28 -0700 Subject: [PATCH] Fixes toolbar overlap to page title (#1578) --- src/components/Toolbar/Toolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Toolbar/Toolbar.scss b/src/components/Toolbar/Toolbar.scss index 6d6ff06820..7deaf77159 100644 --- a/src/components/Toolbar/Toolbar.scss +++ b/src/components/Toolbar/Toolbar.scss @@ -84,5 +84,5 @@ .actions { position: absolute; right: 14px; - bottom: 14px; + top: 0; }