fix issue with color picker (see comment)

this component likely needs to be replaced with an external picker if available.
This commit is contained in:
JFH
2021-08-12 10:33:11 +02:00
parent 8de405eb17
commit 7a4b140d96

View File

@@ -634,7 +634,7 @@ div.jGraduate_Slider img {
} }
#color_picker { #color_picker {
z-index: 1000; z-index: 1000;
top: -350px; top: 60%;
} }
</style> </style>
<div id="picker"> <div id="picker">