workaround to avoid accidental click-throughs on narrow vertical scrollbars
This commit is contained in:
@@ -66,6 +66,11 @@ input[type=text]:focus, textarea:focus {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hack to avoid accidental click-throughs if you miss the narrow scrollbar */
|
||||||
|
.gm-scrollbar.-vertical {
|
||||||
|
border-left: 6px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_ContextualMenu_background {
|
.mx_ContextualMenu_background {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user