Dashboards & Visualizations

Overflow panel tag in dashboard

ext_fiserm
New Member

Hello,

i want to make one panel of the same size and present there pictures of any size. Pictures which fit there are okay but pictures that are bigger are hiding inside of the pannel. I tried to use CSS overflow to present the picture in the front and put other panels to the background. But its not working. Everything what is posted into the panel stays in the panel.

Can you help me please?

This is a part of my code:

    #panel {
        z-index: -50;
        overflow: visible;
        max-height: 200px;
    }

Best regards,
Michal

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...