env-autosuggest
Version:
A React component that provides variable autosuggestion functionality with a rich text editor-like interface. This component allows users to type variables within curly braces and get intelligent suggestions based on predefined variables.
15 lines • 398 B
CSS
.__tooltip-container__ {
font-size: 12px;
padding: 4px;
margin: 4px;
border-radius: 4px;
position: absolute;
max-width: 320px;
height: fit-content;
word-wrap: break-word;
display: block;
background-color: #F9F9F9;
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
z-index: 10000;
font-family: 'Inter';
}