chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe9609
)
css: avoid ugly vertical scrollbar for math in latest Chrome.
author
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 1 Dec 2017 10:22:48 +0000
(11:22 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 1 Dec 2017 10:22:48 +0000
(11:22 +0100)
Not sure what's wrong there.
css/m-components.css
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index 28fa4ce736a195a4d24308435fa360478e145e03..5bded04d6da40e0c21bcd9c876cc3ca5d9697c0a 100644
(file)
--- a/
css/m-components.css
+++ b/
css/m-components.css
@@
-1318,6
+1318,7
@@
pre.m-code.m-inverted > span.hll {
/* Math block, inline math */
div.m-math {
overflow-x: auto;
+ overflow-y: hidden; /* Chrome 62 displays a vertical scrollbar otherwise */
text-align: center;
}