Remove overflow-x settings to hide scrollbars
Upgrade the stylesheet so that overflow-x settings are not used. These cause odd visual artifacts on a Mac when "show scrollbars" is set to "always". Closes gh-49
This commit is contained in:
parent
218751b138
commit
b3c1cff5ed
|
@ -1032,7 +1032,6 @@ table.pyhltable .linenodiv {
|
|||
table.tableblock {
|
||||
max-width: 100%;
|
||||
border-collapse: separate;
|
||||
overflow-x: scroll;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -1615,7 +1614,6 @@ b.conum * {
|
|||
margin: 30px 0;
|
||||
width: auto;
|
||||
border-radius: 4px;
|
||||
overflow-x: auto;
|
||||
&.important {
|
||||
border-left: 0px solid #e20000;
|
||||
background-color: #f9ebeb;
|
||||
|
|
|
@ -269,7 +269,6 @@ h6 {
|
|||
pre.highlight {
|
||||
padding: 20px;
|
||||
border: 1px solid #d9d9d9;
|
||||
overflow-x: scroll;
|
||||
code {
|
||||
color: #222;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue