Apply .sidebar
hover flicker fix to /docs
This commit is contained in:
parent
d71f801d16
commit
f64b8659fc
1 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,9 @@
|
|||
========================================================================== */
|
||||
|
||||
.sidebar {
|
||||
-webkit-transform: translate3d(0, 0 , 0);
|
||||
transform: translate3d(0, 0 , 0);
|
||||
|
||||
@include clearfix();
|
||||
margin-bottom: 1em;
|
||||
|
||||
|
|
Loading…
Reference in a new issue