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`
|
||||
.CodeMirror-hints {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
z-index: 20;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user