forked from geosolutions-it/MapStore2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…geosolutions-it#1228) * Fix geosolutions-it#1227 . Set default position for components This prevent the close event to be called. * fix also possible errors with multiple color pickers * Use version of react-color - fixes geosolutions-it#1227 - reduces react color size (geosolutions-it#1202) - minor fixes to equal interval tool in styler * fixed lint error * render the color picker in a different place to avoid scroll
- Loading branch information
1 parent
d665a56
commit 593a5ef
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,7 @@ | |
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
} | ||
} | ||
.cpe-popover > div > div { | ||
position: relative; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters