]> git.proxmox.com Git - mirror_xterm.js.git/blame - addons/fullscreen/fullscreen.css
Merge pull request #351 from yuvipanda/docsome
[mirror_xterm.js.git] / addons / fullscreen / fullscreen.css
CommitLineData
c7f4658e
PK
1.xterm.fullscreen {
2 position: fixed;
3 top: 0;
4 bottom: 0;
5 left: 0;
6 right: 0;
7 width: auto;
8 height: auto;
9 z-index: 255;
ee0d15c8 10}