Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
louisescher committed Dec 2, 2024
1 parent 5573fe9 commit c43dc2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/studiocms_ui/src/components/Dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class DropdownHelper {

this.active = true;

// this.dropdown.style.height = `${this.dropdown.children.length * optionHeight}px`;
if (isMobile || this.fullWidth) {
this.dropdown.style.maxWidth = `${parentWidth}px`;
this.dropdown.style.minWidth = 'unset';
Expand Down

0 comments on commit c43dc2a

Please sign in to comment.