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:
Satbir Singh 2020-03-27 10:37:29 +00:00
commit 96f3e6c5a7

View File

@ -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;