mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fix scrolling behaviour change of overflow: auto; introduced in Chrome 41 (only reproducible with a Trackpad).
This commit is contained in:
@@ -431,3 +431,12 @@ fieldset[disabled] input[type="text"].form-control
|
||||
{
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
/*
|
||||
Fix scrolling behaviour change of overflow: auto; introduced in Chrome 41.
|
||||
It prevented the y-scrolling of the parent while the mouse is positioned on
|
||||
the child element.
|
||||
*/
|
||||
.pane-center {
|
||||
overflow: inherit !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user