mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
left-sidebar: Fix tooltip not visible on hover.
Regression from c11089027c
.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user