Getting Data In

How to have dropdown which is fixed when scrolled down in a dashboard?

power12
Communicator

Hello SPLUNKERS

 

I have dashboard with multiple panels. On top the dashboard I have multiple dropdowns,time select and multi select inputs.If i want to select or change my drop-down selection after reaching the bottom of my  my dashboard all the way to bottom .I need to scroll up and change it..Is there way to have the drop-down be fixed when scrolled and be visible and able to make changes

Thanks in Advance

Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Are you using Dashboard Studio or Classic? Dashboard Studio seems to do this automatically.

0 Karma

power12
Communicator

I am doing the classic one...But i was able to do  it .

 

/* Freeze top filters */
.fieldset.dashboard-form-globalfieldset.editable{
position:sticky;
top: 0 !important;
z-index: 2;
display: inline-block;
width:100%;
background:#32373e;

color:white;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;}
div [data-view="views/dashboard/form/Input"] label{
font-weight:bold!important;}
.input.input-dropdown{
margin-top:10px!important;
margin-left:15px!important;}
/* Display Total row in bold for all tables */
.shared-resultstable-resultstablesummaryrow{
font-weight:bold!important;
font-size:15px!important;}

bowesmana
SplunkTrust
SplunkTrust

If this has worked for you, please accept your solution - this will be valuable to the community (and me!!)

0 Karma

bowesmana
SplunkTrust
SplunkTrust

You can't do this directly with Splunk, but you may be able to do it using CSS to modify the input panels at the top, but you'd have to know your CSS/HTML.

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!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...