]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-base/sass/src/grid/plugin/RowEditing.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-base / sass / src / grid / plugin / RowEditing.scss
CommitLineData
6527f429
DM
1.#{$prefix}grid-row-editor-wrap {\r
2 position: absolute;\r
3 overflow: visible;\r
4 // Floting editor's z-index must be higher than z-index of focused grid-cell-inner\r
5 z-index: 2;\r
6}\r
7\r
8.#{$prefix}grid-row-editor {\r
9 position: absolute;\r
10}\r
11\r
12.#{$prefix}grid-row-editor-buttons {\r
13 position: absolute;\r
14 white-space: nowrap;\r
15}