Skuid Brroklyn Isssue (I assume): Unable to see the Drop down when Clicking the Gear Icon shown belo

<skuidpage showsidebar="false" showheader="true" tabtooverride="Case" unsavedchangeswarning="" personalizationmode="server" theme="GEC Design">
    <models>
        <model id="Case" limit="100" query="true" createrowifnonefound="false" sobject="Case" orderby="CaseNumber DESC" doclone="" type="" datasource="salesforce">
            <fields>
                <field id="CaseNumber"/>
                <field id="CreatedDate"/>
                <field id="Subject"/>
                <field id="IsEscalated"/>
                <field id="Status"/>
                <field id="Id"/>
                <field id="AccountId"/>
                <field id="Account.Name"/>
            </fields>
            <conditions>
                <condition type="fieldvalue" value="" field="Status" operator="=" state="filterableoff" inactive="true" name="Status" enclosevalueinquotes="true"/>
                <condition type="fieldvalue" value="false" field="IsClosed" operator="=" state="filterableon" inactive="false" name="Open" enclosevalueinquotes="false"/>
                <condition type="userinfo" value="" field="OwnerId" operator="=" enclosevalueinquotes="true" userinfotype="userid" state="filterableoff" inactive="true" name="OwnerId"/>
                <condition type="multiple" value="" field="Owner.Name" operator="in" enclosevalueinquotes="true" state="filterableoff" inactive="true" name="CSCTeam">
                    <values>
                        <value>Chris Huegel</value>
                        <value>Michelle Hermosillo</value>
                        <value>Ron Howard</value>
                        <value>Support Team</value>
                        <value>Kevin Gammon</value>
                        <value>Shawn Yee</value>
                        <value>Elise Lussier</value>
                        <value>Matthew Snyder</value>
                        <value>Robert Helmick</value>
                        <value>Erick Gutierrez</value>
                        <value>Jamie Gorelik</value>
                        <value>Christian Siegfried</value>
                        <value>Bryan Paul</value>
                    </values>
                </condition>
                <condition type="multiple" value="" field="IsClosed" operator="in" enclosevalueinquotes="false" state="filterableoff" inactive="true" name="Closed">
                    <values/>
                </condition>
            </conditions>
            <actions/>
        </model>
    </models>
    <components>
        <pagetitle uniqueid="sk-10HhrM-86" model="Case">
            <actions>
                <action type="multi" label="Refresh Queue" icon="sk-icon-refresh">
                    <actions>
                        <action type="requeryModel" model="Case" behavior="standard"/>
                        <action type="save" rollbackonanyerror="true">
                            <models>
                                <model>Case</model>
                            </models>
                        </action>
                    </actions>
                    <hotkeys/>
                    <renderconditions logictype="and"/>
                    <enableconditions/>
                </action>
            </actions>
        </pagetitle>
        <panelset type="standard" scroll="variable" offset="220" uniqueid="sk-3IPX0L-62">
            <panels>
                <panel width="225" type="left">
                    <components>
                        <queue tagrendertype="template" querystring="id={{Id}}" defaultitemparameter="id" clickactiontype="updatepanel" searchbox="true" model="Case" title="Cases" pagename="CaseDetail_v2" actionpanel="CaseDetails" tokenizesearch="true" module="" searchmethod="server" emptysearchbehavior="query" uniqueid="sk-3IPX0L-63">
                            <rendertemplate>&amp;lt;Div class="queueListTitle"&amp;gt;{{#IsEscalated}}&amp;lt;img src="/img/func_icons/util/escalation12.gif"/&amp;gt;&amp;amp;nbsp;{{/IsEscalated}}{{{CaseNumber}}}&amp;lt;/Div&amp;gt;
&amp;lt;font style="font-size:13px; font-weight:bold;"&amp;gt;{{{Account.Name}}} &amp;lt;font style="font-size:10px;"&amp;gt; 
{{{Subject}}}</rendertemplate>
                            <filters>
                                <filter type="select" filteroffoptionlabel="All Cases" createfilteroffoption="true" affectcookies="true" conditionsource="manual" labelmode="no">
                                    <sources>
                                        <source type="manual">
                                            <options>
                                                <option label="ALL CSC Cases" type="complex">
                                                    <effects>
                                                        <effect action="activate" value="FALSE" condition="CSCTeam"/>
                                                    </effects>
                                                </option>
                                                <option label="All My Cases" type="complex">
                                                    <effects>
                                                        <effect action="activate" value="" condition="OwnerId"/>
                                                        <effect action="deactivate" value="" condition="Open"/>
                                                    </effects>
                                                </option>
                                                <option label="All Open Cases" type="complex">
                                                    <effects>
                                                        <effect action="activate" value="" condition="Open"/>
                                                        <effect action="activate" value="" condition="Closed"/>
                                                    </effects>
                                                </option>
                                                <option label="All Closed Cases" type="complex">
                                                    <effects>
                                                        <effect action="deactivate" value="" condition="OwnerId"/>
                                                        <effect action="deactivate" value="" condition="Open"/>
                                                    </effects>
                                                </option>
                                                <option label="My Open Cases" type="complex">
                                                    <effects>
                                                        <effect action="activate" value="" condition="OwnerId"/>
                                                        <effect action="set" value="FALSE" condition="Closed"/>
                                                    </effects>
                                                </option>
                                            </options>
                                        </source>
                                    </sources>
                                </filter>
                            </filters>
                            <searchfields/>
                            <renderconditions logictype="and"/>
                        </queue>
                    </components>
                </panel>
                <panel>
                    <components>
                        <includepanel type="skuid" pagename="CaseDetail_v2" querystring="id={{{$Model.Case.data.0.Id}}}" uniqueid="CaseDetails" lazyload="false" module="">
                            <renderconditions logictype="and"/>
                        </includepanel>
                    </components>
                </panel>
            </panels>
        </panelset>
    </components>
    <resources>
        <labels/>
        <css>
            <cssitem location="inline" name="QueueItemHeader" cachelocation="false">.queueListTitle {
font-size: 1.1em;
font-weight: bold;
color: #299FC5;
}</cssitem>
        </css>
        <javascript>
            <jsitem location="inlinesnippet" name="ViewCase" url="">var detailModel = skuid.model.getModel('CaseDetail');
var detailCommentsModel = skuid.model.getModel('CaseDetailComments');
var detailTasksModel = skuid.model.getModel('CaseDetailTasks');
var detailCondition = detailModel.getConditionByName('CaseId');
var detailCommentsCondition = detailCommentsModel.getConditionByName('CaseId');
var detailTasksCondition = detailTasksModel.getConditionByName('CaseId');
detailModel.setCondition(detailCondition,args.item.row.Id,true);
detailCommentsModel.setCondition(detailCommentsCondition,args.item.row.Id,true);
detailTasksModel.setCondition(detailTasksCondition,args.item.row.Id,true);
skuid.model.updateData([detailModel,detailCommentsModel,detailTasksModel]);</jsitem>
            <jsitem location="inlinesnippet" name="refresh" cachelocation="false" url="">var myModel = skuid.model.getModel('Case');
myModel.updateData();
</jsitem>
        </javascript>
    </resources>
    <styles>
        <styleitem type="background" bgtype="none"/>
    </styles>
</skuidpage>

Here is the XML of the Case queue page that I’m having the issue with. I created a clone page of the Production Page and that’s the XML you see above.

thank you.