Fossil SCM
Remove overflow setting on pikchr-src elements.
Commit
72f8372a2c5b3315b33bb8e2aab40a4f203a578076f4eafa4bd1775e3e82ef8e
Parent
3f2c0af278e3422…
1 file changed
-1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1403,11 +1403,10 @@ | ||
| 1403 | 1403 | div.pikchr-wrapper {/*outer wrapper elem for a pikchr construct*/} |
| 1404 | 1404 | div.pikchr-svg {/*wrapper for SVG.pikchr element*/} |
| 1405 | 1405 | svg.pikchr {/*pikchr SVG*/} |
| 1406 | 1406 | pre.pikchr-src {/*source code view for a pikchr (see fossil.pikchr.js)*/ |
| 1407 | 1407 | box-sizing: border-box; |
| 1408 | - overflow: auto; | |
| 1409 | 1408 | text-align: left; |
| 1410 | 1409 | } |
| 1411 | 1410 | /* The .source-inline class tells the .source class that the |
| 1412 | 1411 | source view, when enbaled, should be "inline" (same position |
| 1413 | 1412 | as the graphic), else the sources are shifted to the left as |
| 1414 | 1413 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1403,11 +1403,10 @@ | |
| 1403 | div.pikchr-wrapper {/*outer wrapper elem for a pikchr construct*/} |
| 1404 | div.pikchr-svg {/*wrapper for SVG.pikchr element*/} |
| 1405 | svg.pikchr {/*pikchr SVG*/} |
| 1406 | pre.pikchr-src {/*source code view for a pikchr (see fossil.pikchr.js)*/ |
| 1407 | box-sizing: border-box; |
| 1408 | overflow: auto; |
| 1409 | text-align: left; |
| 1410 | } |
| 1411 | /* The .source-inline class tells the .source class that the |
| 1412 | source view, when enbaled, should be "inline" (same position |
| 1413 | as the graphic), else the sources are shifted to the left as |
| 1414 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1403,11 +1403,10 @@ | |
| 1403 | div.pikchr-wrapper {/*outer wrapper elem for a pikchr construct*/} |
| 1404 | div.pikchr-svg {/*wrapper for SVG.pikchr element*/} |
| 1405 | svg.pikchr {/*pikchr SVG*/} |
| 1406 | pre.pikchr-src {/*source code view for a pikchr (see fossil.pikchr.js)*/ |
| 1407 | box-sizing: border-box; |
| 1408 | text-align: left; |
| 1409 | } |
| 1410 | /* The .source-inline class tells the .source class that the |
| 1411 | source view, when enbaled, should be "inline" (same position |
| 1412 | as the graphic), else the sources are shifted to the left as |
| 1413 |