mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Fix image scrollbars in Differential
Summary: This should be auto, not scroll (which always shows bars). Test Plan: test my diff in a few browsers Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10302
This commit is contained in:
parent
e8ece70ee0
commit
eacfb5b489
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ return array(
|
|||
'core.pkg.css' => '740b85f8',
|
||||
'core.pkg.js' => 'f67c8265',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '8f46d832',
|
||||
'differential.pkg.css' => '36884139',
|
||||
'differential.pkg.js' => 'eb182ccd',
|
||||
'diffusion.pkg.css' => '591664fa',
|
||||
'diffusion.pkg.js' => 'bfc0737b',
|
||||
|
@ -55,7 +55,7 @@ return array(
|
|||
'rsrc/css/application/dashboard/dashboard.css' => 'a2bfdcbf',
|
||||
'rsrc/css/application/diff/inline-comment-summary.css' => '8cfd34e8',
|
||||
'rsrc/css/application/differential/add-comment.css' => 'c478bcaa',
|
||||
'rsrc/css/application/differential/changeset-view.css' => 'a6626a0c',
|
||||
'rsrc/css/application/differential/changeset-view.css' => 'b2b71e76',
|
||||
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
||||
'rsrc/css/application/differential/results-table.css' => '239924f9',
|
||||
'rsrc/css/application/differential/revision-comment.css' => '48186045',
|
||||
|
@ -520,7 +520,7 @@ return array(
|
|||
'conpherence-notification-css' => '04a6e10a',
|
||||
'conpherence-update-css' => '1099a660',
|
||||
'conpherence-widget-pane-css' => 'bf275a6c',
|
||||
'differential-changeset-view-css' => 'a6626a0c',
|
||||
'differential-changeset-view-css' => 'b2b71e76',
|
||||
'differential-core-view-css' => '7ac3cabc',
|
||||
'differential-inline-comment-editor' => 'f2441746',
|
||||
'differential-results-table-css' => '239924f9',
|
||||
|
|
|
@ -217,7 +217,7 @@ td.cov-I {
|
|||
}
|
||||
|
||||
.differential-image-stage {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.differential-meta-notice {
|
||||
|
|
Loading…
Reference in a new issue