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 53ba798 commit 8c629fcCopy full SHA for 8c629fc
_layouts/fomantic.liquid
@@ -109,7 +109,9 @@
109
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
110
<script src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.4/dist/semantic.min.js"></script>
111
<script>
112
- $('#keyboard-shortcuts').popup({ on: 'click', inline: true });
+ $('.ui.popup').each((i, el) => {
113
+ $(el).prev().popup({ on: 'click', inline: true, preserve: true });
114
+ });
115
</script>
116
</body>
117
</html>
0 commit comments