Files
play-with-docker/www/assets/xterm/addons/fullscreen/fullscreen.css
Marcelo Zapaia bfde6dfc24 Upgrade to latest xterm version (#348)
* new xterm rewire

* fullscreen improvements

* resize fix

* fixes and font size

* increase decreae font shortcuts

* handle command +- non macos
2019-08-06 14:30:12 -04:00

11 lines
150 B
CSS

.xterm.fullscreen {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: auto;
z-index: 255;
}