Skip to content

Commit

Permalink
Bugfix: Sidebar iframe affected by website color-scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp <philipp.koenig@redeviation.com>
  • Loading branch information
Kiuryy committed Mar 15, 2021
1 parent 504385a commit b4e61a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bookmark_sidebar",
"version": "1.20.0",
"versionName": "1.20.0",
"version": "1.20.1",
"versionName": "1.20.1",
"license": "GPL-3.0",
"author": "Philipp König",
"homepage": "https://extensions.redeviation.com/",
Expand Down
1 change: 1 addition & 0 deletions src/scss/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ body > iframe#redeviation-bs-sidebar {
height: 0;
z-index: #{2147483647 - 1};
background-color: $__sidebarMaskColor !important;
color-scheme: normal !important;
speak: none;
border: none;
display: block !important;
Expand Down

0 comments on commit b4e61a8

Please sign in to comment.