summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-11-21 10:37:38 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-11-21 10:38:34 -0500
commitf6973634c34b34908644e2df17154274d2ab12be (patch)
tree5f77e8b1a3d692f21e87773afae63ed5ada6b627 /src/usr/local/www/firewall_rules.php
parent6be47576de52f63412c5814b1f6ac5de59f91046 (diff)
downloadpfsense-f6973634c34b34908644e2df17154274d2ab12be.zip
pfsense-f6973634c34b34908644e2df17154274d2ab12be.tar.gz
Fixed #6939 by moving CSS only to the two pages that require it
Diffstat (limited to 'src/usr/local/www/firewall_rules.php')
-rw-r--r--src/usr/local/www/firewall_rules.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index d6a2973..ed8e033 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -394,11 +394,20 @@ $rulescnt = pfSense_get_pf_rules();
$columns_in_table = 13;
?>
+<!-- Allow table to scroll when dragging outside of the display window -->
+<style>
+.table-responsive {
+ clear: both;
+ overflow-x: visible;
+ margin-bottom: 0px;
+}
+</style>
+
<form method="post">
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext("Rules (Drag to Change Order)")?></h2></div>
<div id="mainarea" class="table-responsive panel-body">
- <table id="ruletable" class="table table-hover table-striped table-condensed">
+ <table id="ruletable" class="table table-hover table-striped table-condensed" style="overflow-x: 'visible'">
<thead>
<tr>
<th><!-- checkbox --></th>
OpenPOWER on IntegriCloud