Okay
  Public Ticket #1147905
z-index color picker
Closed

Comments

  •  2
    Erick Fernandez started the conversation

    Hi again,

    Thanks in advance for your help. Last time i've sent a ticket it was about a calendar wich shows behind a Modal. Arlind gave me solution adding this line to custom css:  

    body .datepicker.datepicker-dropdown {z-index: 10000000  !important}
    

    But now i have same issue with color picker, it shows behind the modal and i don't know what is the class to assign the z-index. Image is attached to see what is my problem.

    Regards.

  • [deleted] replied

    Hi Erick,

    Can you please try this CSS:

    div.colorpicker {
        z-index: 10000000  !important;
    }

    I hope this will work for you.

  •  2
    Erick Fernandez replied

    Thanks for your response. Unfortunately 

    div.colorpicker{ z-index: 10000000 !important;} 

    has no effect.

    An image is attached for you to see the result and more details in debug.

    i tried other combinations with color-picker like colorpicker.dropdown-menu and others but has no success.

    Thank you in advance.

    Erick Fernandez.

  • [deleted] replied

    Hi Erick,

    I have added this CSS:

    .colorpicker {
    z-index: 100000 !important;
    }

    And it worked:


    (view large version)

    I hope it will work the same for you?!

  •  2
    Erick Fernandez replied

    Ok, thats OK. thank you so much.

  • [deleted] replied

    I am glad to hear that! Have a great day there.