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 89544e2 commit 21e36dbCopy full SHA for 21e36db
Snippets/files/snippets.css
@@ -5,7 +5,7 @@
5
*/
6
7
.snippetsTooltip {
8
- position: absolute;
+ position: fixed;
9
top: 0;
10
left: 0;
11
z-index: 3;
Snippets/files/snippets.js
@@ -31,8 +31,7 @@ jQuery(document).ready(function($) {
31
content: SnippetsLang("pattern_help"),
32
baseClass: "snippetsTooltip",
33
fixed: false,
34
- //position: "bottom",
35
- offset: [10, 0]
+ offset: [20, 20],
36
});
37
38
0 commit comments