Fix bug from 1b3e59e85294ad3c7492c857ebdf75a161db6827 causing lack of scroll bar when Fit width is disabled and images overflow screen.

This commit is contained in:
ccd0 2016-11-08 23:36:37 -08:00
parent bff23ce00e
commit 2a71c1a9ec

View File

@ -120,9 +120,9 @@ body > div[style*=" top: -10000px;"] {
/* currently nonstandard but may be added: https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html, https://bugzilla.mozilla.org/show_bug.cgi?id=1296042 */
word-break: break-word;
}
:root:not(.ua-webkit):not(.ua-blink) .post > .file {
:root:not(.ua-webkit):not(.ua-blink) .fileText {
word-wrap: break-word;
max-width: calc(100vw - 50px);
max-width: calc(100vw - 90px);
}
/* Ads */