Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpebosi <mail@pebosi.net>2020-03-20 05:37:21 +0300
committerGitHub <noreply@github.com>2020-03-20 05:37:21 +0300
commit475239982149c50f35141a21da37108b1cd7b0ef (patch)
treef50cbfa20002222ae8475d788b677e6b8a289eac /plugins/SegmentEditor
parentda8fda7d4d9660d0070ed2327a7ca4bca42f48d3 (diff)
Replace jscrollpane with native (#15636)
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/stylesheets/segmentation.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SegmentEditor/stylesheets/segmentation.less b/plugins/SegmentEditor/stylesheets/segmentation.less
index a27e24fb0a..a1a9a0dff6 100644
--- a/plugins/SegmentEditor/stylesheets/segmentation.less
+++ b/plugins/SegmentEditor/stylesheets/segmentation.less
@@ -328,6 +328,8 @@ html.comparisonsDisabled .segmentationContainer ul.submenu {
.segmentList {
max-height: 300px;
margin-top: 5px;
+ overflow-x: hidden;
+ overflow-y: scroll;
}
.segmentListContainer {