workaround to avoid accidental click-throughs on narrow vertical scrollbars
This commit is contained in:
@@ -63,7 +63,12 @@ input[type=text]:focus, textarea:focus {
|
|||||||
flexbox to adapt to the new size and cause the view to keep growing.
|
flexbox to adapt to the new size and cause the view to keep growing.
|
||||||
*/
|
*/
|
||||||
.gm-scrollbar-container .gm-scroll-view {
|
.gm-scrollbar-container .gm-scroll-view {
|
||||||
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user