# cf7-grid-layout/3.3.4/assets/codemirror/addon/display/fullscreen.css

Smart Grid-Layout Design for Contact Form 7, version 3.3.4. 7 lines.

- Page: https://pluginprobe.com/plugins/cf7-grid-layout/3.3.4/code/assets/codemirror/addon/display/fullscreen.css
- Raw: https://pluginprobe.com/plugins/cf7-grid-layout/3.3.4/raw/assets/codemirror/addon/display/fullscreen.css
- Modified: 2017-10-24T15:59:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/cf7-grid-layout/3.3.4/code/assets/codemirror/addon/display/fullscreen.css#L10-L20`.

```css
.CodeMirror-fullscreen {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  height: auto;
  z-index: 9;
}

```
