left-sidebar: Fix tooltip not visible on hover.

Regression from c11089027c.
This commit is contained in:
Akash Nimare
2018-03-01 21:12:07 +05:30
parent a90dc0c82f
commit c11fa93642

View File

@@ -28,6 +28,7 @@ body {
-webkit-app-region: drag;
overflow: hidden;
transition: all 0.5s ease;
z-index: 1;
}
.toggle-sidebar div {
@@ -278,7 +279,7 @@ webview:focus {
#setting-tooltip {
font-family: sans-serif;
background: #222c31;
margin-left: 68px;
margin-left: 45px;
padding: 6px 8px;
position: absolute;
margin-top: 0px;