Skip to content

Commit

Permalink
Fix: Dropdown extending outside viewheight
Browse files Browse the repository at this point in the history
  • Loading branch information
Coow committed Nov 25, 2023
1 parent 0c5421c commit 9ef587b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/dashboard/NodeCgThemer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function NodeCgThemer() {
set_options(_array);
}, [themes]);


const handleChange = (selectedOption => {
set_newTheme(selectedOption)
})
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/node-cg-themer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<style>
body {
height: 200px;
height: 350px;

}
button {
Expand Down

0 comments on commit 9ef587b

Please sign in to comment.