We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34f4f1 commit 58953d8Copy full SHA for 58953d8
CHANGELOG.md
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
- update tutorial button
14
- remove 'lodash' dependency
15
- attach hints to toolbar
16
+- style fix for Atom v1.8
17
18
## [0.6.0] - 2016-04-01
19
- fixes
src/components/page/toolbar/_toolbar.less
@@ -1,4 +1,5 @@
1
.cr-page-toolbar {
2
+ z-index: 10000;
3
position: fixed;
4
bottom: 0;
5
right: 0;
0 commit comments