Skip to content

Commit

Permalink
changes to give package more positioning flexibility
Browse files Browse the repository at this point in the history
  • Loading branch information
coloshword committed Jul 30, 2024
1 parent eef5951 commit be67a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
dist/
.npmignore
left.txt
left.txt
ColorPicker.bundle.js
1 change: 0 additions & 1 deletion color-picker.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@

/* cp-body: main body, everything in the color picker goes in here */
.cp {
position: absolute;
border-radius: 0.625rem;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
Expand Down

0 comments on commit be67a11

Please sign in to comment.