Merge branch 'fix/tooltip-overlap' into 'release'
Fixing tooltip overlap with dynamic input hint See merge request theappsmith/internal-tools-client!418
This commit is contained in:
commit
96f3e6c5a7
|
|
@ -40,7 +40,7 @@ const getBorderStyle = (
|
||||||
const HintStyles = createGlobalStyle`
|
const HintStyles = createGlobalStyle`
|
||||||
.CodeMirror-hints {
|
.CodeMirror-hints {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 20;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user