Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorDoesDev authored Aug 14, 2024
2 parents cf4c85f + ebd1f45 commit a6d5651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/smokemotes/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class SmokeysUtils extends Addon {

pinned_log = createElement('div', {
id: 'smokey_pinned_log',
class: 'pinned-highlight-log tw-absolute tw-top-0 tw-full-width tw-c-background-base',
class: 'pinned-highlight-log tw-absolute tw-top-0 tw-z-above tw-full-width tw-c-background-base',
style: 'z-order:99 !important;'
});

Expand Down
2 changes: 1 addition & 1 deletion src/smokemotes/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"enabled": true,
"requires": [],
"version": "1.2.2",
"version": "1.2.3",
"short_name": "smokeys_utils",
"name": "Smokey's Utilities",
"author": "Smokey",
Expand Down

0 comments on commit a6d5651

Please sign in to comment.