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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-03 01:52:02 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 01:52:02 +0400
commit909a92e7d30f38a58527336ea767f9274ebe973e (patch)
tree5bb07ebd63b05074aefdac795b48a4b783fe3d6d /tests/resources
parentf705392a88005ebd13c470ed869e4fdd4fa1f952 (diff)
Fix UI test failures and add output to debug diff generation on travis.
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-override/override.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/resources/screenshot-override/override.css b/tests/resources/screenshot-override/override.css
index 0aea342b74..3e8b410d61 100644
--- a/tests/resources/screenshot-override/override.css
+++ b/tests/resources/screenshot-override/override.css
@@ -21,6 +21,10 @@ span.plugin-version {
margin-left:1em;
}
-.widget {
+body > .widget {
overflow: visible !important;
+}
+
+.ui-dialog-content {
+ overflow-y: hidden !important;
} \ No newline at end of file