• Edward Grech's avatar
    Fixed issue #1292; terminal scrollbar may now be scrolled · 90296705
    Edward Grech authored
    * Removed div.terminal_bg whose purpose was to hold the background SVG, as this div was occluding the scrollbar, and instead set SVG as the background-image of div.terminal_container using CSS.
    * As CSS does not have a background-opacity directive, manually decoded, edited and re-encoded the SVGs (light, dark) so that all <g>s are wrapped in a top-level <g opacity="0.1">
    * Improved the rules of how the background image resizes
    90296705
Name
Last commit
Last update
.circleci Loading commit data...
assets Loading commit data...
bin Loading commit data...
ci Loading commit data...
contracts Loading commit data...
embark Loading commit data...
src Loading commit data...
test Loading commit data...
test-browser Loading commit data...
test-browser-debugger/test Loading commit data...
.babelrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.travis.yml Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
background.js Loading commit data...
best-practices.md Loading commit data...
icon.png Loading commit data...
index.html Loading commit data...
manifest.json Loading commit data...
nightwatch.js Loading commit data...
nightwatch_debugger.js Loading commit data...
package.json Loading commit data...
release-process.md Loading commit data...
team-best-practices.md Loading commit data...