Skip to content

Commit

Permalink
Smokey's Utilities 1.2.2
Browse files Browse the repository at this point in the history
* Fixed: hopefully fix z order for pinned highlights
  • Loading branch information
smokey019 authored Aug 12, 2024
1 parent baf8abb commit 520b865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/smokemotes/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ 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-z-above tw-c-background-base',
style: 'z-order:11 !important;'
class: 'pinned-highlight-log tw-absolute tw-top-0 tw-full-width tw-c-background-base',
style: 'z-order:99 !important;'
});

el.parentNode.prepend(pinned_log);
Expand Down
4 changes: 2 additions & 2 deletions src/smokemotes/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"enabled": true,
"requires": [],
"version": "1.2.1",
"version": "1.2.2",
"short_name": "smokeys_utils",
"name": "Smokey's Utilities",
"author": "Smokey",
Expand All @@ -10,4 +10,4 @@
"settings": "add_ons.smokemotes",
"created": "2019-12-08T01:03:54.000Z",
"updated": "2023-04-28T21:44:47.582Z"
}
}

0 comments on commit 520b865

Please sign in to comment.