mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
1ba6d21ef1
git-svn-id: https://svn.fhem.de/fhem/trunk@27535 2b470e98-0d58-463d-a4d8-8e2adae1ed80
7 lines
116 B
CSS
7 lines
116 B
CSS
.CodeMirror-fullscreen {
|
|
position: fixed;
|
|
top: 0; left: 0; right: 0; bottom: 0;
|
|
height: auto;
|
|
z-index: 9;
|
|
}
|