diff --git a/docs/content/fsdocs-details-toggle.js b/docs/content/fsdocs-details-toggle.js index 9ef6ab39..ea7075aa 100644 --- a/docs/content/fsdocs-details-toggle.js +++ b/docs/content/fsdocs-details-toggle.js @@ -19,7 +19,6 @@ export class DetailsToggle extends LitElement { static styles = css` :host { cursor: pointer; - transform: translateY(3px); } `;