UNPKG

substance

Version:

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.

17 lines (14 loc) 254 B
.sc-toggle-tool { position: relative; } /* Position tooltip */ .sc-toggle-tool > .sc-tooltip { display: none; position: absolute; top: 35px; left: 50%; transform: translate(-50%); } .sc-toggle-tool:hover > .sc-tooltip { display: block; }