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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[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 ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...