We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a8abd commit 4d781ecCopy full SHA for 4d781ec
_layouts/fomantic.liquid
@@ -117,7 +117,9 @@
117
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
118
<script src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.4/dist/semantic.min.js"></script>
119
<script>
120
- $('#keyboard-shortcuts').popup({ on: 'click', inline: true });
+ $('.ui.popup').each((i, el) => {
121
+ $(el).prev().popup({ on: 'click', inline: true, preserve: true });
122
+ });
123
</script>
124
</body>
125
</html>
0 commit comments