File tree Expand file tree Collapse file tree 1 file changed +1
-41
lines changed Expand file tree Collapse file tree 1 file changed +1
-41
lines changed Original file line number Diff line number Diff line change 1616 height : 500px ;
1717}
1818
19- .cell-editor-occluder {
20- pointer-events : none;
21- position : absolute;
22- overflow : hidden;
19+ .lm-DataGrid-cellEditorOccluder {
2320 margin : var (--datagrid-padding );
2421}
2522
26- .cell-editor-container {
27- pointer-events : auto;
28- position : absolute;
29- background-color : # ffffff ;
30- box-sizing : border-box;
31- box-shadow : 0px 0px 6px # 006bf7 ;
32- border : 2px solid # 006bf7 ;
33- }
34-
35- .cell-editor-container .invalid {
36- box-shadow : 0px 0px 6px red;
37- border : 2px solid red;
38- }
39-
40- .cell-editor-container > form {
41- width : 100% ;
42- height : 100% ;
43- overflow : hidden;
44- }
45-
46- .cell-editor {
47- pointer-events : auto;
48- width : 100% ;
49- height : 100% ;
50- outline : none;
51- box-sizing : border-box;
52- }
53-
54- .input-cell-editor {
55- background-color : # ffffff ;
56- border : 0 ;
57- }
58-
59- .boolean-cell-editor {
60- margin : 0 ;
61- }
62-
6323.ipydatagrid-filterMenu {
6424 border : 1px solid var (--jp-border-color1 , # BDBDBD );
6525 box-shadow : 5px 5px 5px rgba (0 , 0 , 0 , .2 );
You can’t perform that action at this time.
0 commit comments