<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to have dropdown which is fixed when scrolled down in a dashboard? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606448#M105366</link>
    <description>&lt;P&gt;Are you using Dashboard Studio or Classic? Dashboard Studio seems to do this automatically.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 08:25:19 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-07-21T08:25:19Z</dc:date>
    <item>
      <title>How to have dropdown which is fixed when scrolled down in a dashboard?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606395#M105361</link>
      <description>&lt;P&gt;Hello SPLUNKERS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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&amp;nbsp; 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&lt;/P&gt;
&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 20:32:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606395#M105361</guid>
      <dc:creator>power12</dc:creator>
      <dc:date>2022-07-20T20:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to have dropdown which is fixed when scrolled down in a dashboard?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606407#M105362</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 23:55:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606407#M105362</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-07-20T23:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to have dropdown which is fixed when scrolled down in a dashboard?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606448#M105366</link>
      <description>&lt;P&gt;Are you using Dashboard Studio or Classic? Dashboard Studio seems to do this automatically.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 08:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606448#M105366</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-21T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to have dropdown which is fixed when scrolled down in a dashboard?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606534#M105375</link>
      <description>&lt;P&gt;I am doing the classic one...But i was able to do&amp;nbsp; it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Freeze top filters */&lt;BR /&gt;.fieldset.dashboard-form-globalfieldset.editable{&lt;BR /&gt;position:sticky;&lt;BR /&gt;top: 0 !important;&lt;BR /&gt;z-index: 2;&lt;BR /&gt;display: inline-block;&lt;BR /&gt;width:100%;&lt;BR /&gt;background:#32373e;&lt;/P&gt;&lt;P&gt;color:white;&lt;BR /&gt;border-top-right-radius: 3px;&lt;BR /&gt;border-top-left-radius: 3px;&lt;BR /&gt;border-bottom-left-radius: 3px;&lt;BR /&gt;border-bottom-right-radius: 3px;}&lt;BR /&gt;div [data-view="views/dashboard/form/Input"] label{&lt;BR /&gt;font-weight:bold!important;}&lt;BR /&gt;.input.input-dropdown{&lt;BR /&gt;margin-top:10px!important;&lt;BR /&gt;margin-left:15px!important;}&lt;BR /&gt;/* Display Total row in bold for all tables */&lt;BR /&gt;.shared-resultstable-resultstablesummaryrow{&lt;BR /&gt;font-weight:bold!important;&lt;BR /&gt;font-size:15px!important;}&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 15:32:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606534#M105375</guid>
      <dc:creator>power12</dc:creator>
      <dc:date>2022-07-21T15:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to have dropdown which is fixed when scrolled down in a dashboard?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606775#M105395</link>
      <description>&lt;P&gt;If this has worked for you, please accept your solution - this will be valuable to the community (and me!!)&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2022 22:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-have-dropdown-which-is-fixed-when-scrolled-down-in-a/m-p/606775#M105395</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-07-24T22:21:13Z</dc:date>
    </item>
  </channel>
</rss>

