Skip to content

Commit

Permalink
chore: updates kado list
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent d637289 commit fac702a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/plugins/kado/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ function plugin({
overlay.style.height = "100%";
overlay.style.backgroundColor = "rgba(0, 0, 0, 0.5)"; // Grays out the background
overlay.style.zIndex = "999";
overlay.style.display = "none";

// Create the iframe element
const iframe = document.createElement("iframe");
Expand All @@ -507,7 +506,6 @@ function plugin({
iframe.style.zIndex = "1000"; // On top of the overlay
iframe.style.border = "none";
iframe.style.boxShadow = "0 0 15px rgba(0, 0, 0, 0.5)";
iframe.style.display = "none";

// Append elements to the body
document.body.appendChild(overlay);
Expand Down

0 comments on commit fac702a

Please sign in to comment.