Files
jose a0db8e1e48 aaPanel 6.6.9
Optimize PHP Manager
Optimize file manager move file logic
Optimize online editor
2020-05-22 17:37:25 +08: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;
}