Skip to content

Commit 6726f23

Browse files
authored
Fixes toolbar overlap to page title (#1578)
1 parent 142e943 commit 6726f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Toolbar/Toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
.actions {
8585
position: absolute;
8686
right: 14px;
87-
bottom: 14px;
87+
top: 0;
8888
}

0 commit comments

Comments
 (0)