GITLAB

essa-frontend / ace_template

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ace_template
  • build
  • lib
  • codemirror
  • addon
  • display
  • fullscreen.css
  • 5a739853   commit Browse Code ยป
    patrick.he
    2019-02-15 16:11:44 +0800  
fullscreen.css 116 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
.CodeMirror-fullscreen {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  height: auto;
  z-index: 9;
}