github.com/mithrandie/csvq@v1.18.1/docs/_sass/components/_tooltip.scss (about) 1 .material-tooltip { 2 padding: 10px 8px; 3 font-size: 1rem; 4 z-index: 2000; 5 background-color: transparent; 6 border-radius: 2px; 7 color: #fff; 8 min-height: 36px; 9 line-height: 120%; 10 opacity: 0; 11 position: absolute; 12 text-align: center; 13 max-width: calc(100% - 4px); 14 overflow: hidden; 15 left: 0; 16 top: 0; 17 pointer-events: none; 18 visibility: hidden; 19 } 20 21 .backdrop { 22 position: absolute; 23 opacity: 0; 24 height: 7px; 25 width: 14px; 26 border-radius: 0 0 50% 50%; 27 background-color: #323232; 28 z-index: -1; 29 transform-origin: 50% 0%; 30 visibility: hidden; 31 }