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 22345e3 commit ec84e82Copy full SHA for ec84e82
_layouts/fomantic.liquid
@@ -128,7 +128,9 @@
128
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
129
<script src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.4/dist/semantic.min.js"></script>
130
<script>
131
- $('#keyboard-shortcuts').popup({ on: 'click', inline: true });
+ $('.ui.popup').each((i, el) => {
132
+ $(el).prev().popup({ on: 'click', inline: true, preserve: true });
133
+ });
134
</script>
135
</body>
136
</html>
0 commit comments