fix bug grid + buttons
This commit is contained in:

parent
2cea34dbab
commit
c810139554
@ -204,7 +204,7 @@
|
||||
overflow: auto;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: $scrollbar-width !important;
|
||||
// width: $scrollbar-width !important;
|
||||
height: $scrollbar-width !important;
|
||||
-webkit-appearance: initial;
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
@ -352,10 +352,11 @@
|
||||
}
|
||||
|
||||
&.tui-grid-layer-editing {
|
||||
background:map-deep-get($config,
|
||||
#{$theme},
|
||||
"tui-grid-cell-insert-color"
|
||||
);
|
||||
background: transparent;
|
||||
// background:map-deep-get($config,
|
||||
// #{$theme},
|
||||
// "tui-grid-cell-insert-color"
|
||||
// );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user