Fix bug from 1b3e59e85294ad3c7492c857ebdf75a161db6827 causing lack of scroll bar when Fit width is disabled and images overflow screen.
This commit is contained in:
parent
bff23ce00e
commit
2a71c1a9ec
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user