Skip to content

Commit 58953d8

Browse files
committed
style fix for toolbar in Atom v1.8
1 parent b34f4f1 commit 58953d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313
- update tutorial button
1414
- remove 'lodash' dependency
1515
- attach hints to toolbar
16+
- style fix for Atom v1.8
1617

1718
## [0.6.0] - 2016-04-01
1819
- fixes

src/components/page/toolbar/_toolbar.less

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.cr-page-toolbar {
2+
z-index: 10000;
23
position: fixed;
34
bottom: 0;
45
right: 0;

0 commit comments

Comments
 (0)