Fix table scrollbar issue

This commit is contained in:
Brian Miyaji
2015-03-03 17:12:36 +11:00
parent ed982d2984
commit 47b8e144e8

View File

@@ -30,9 +30,11 @@
/* Data Tables */ /* Data Tables */
.sp-scrollable-table-wrapper { .sp-scrollable-table-wrapper {
overflow: auto; overflow: auto;
position: relative;
} }
.sp-data-table { .sp-data-table {
width: 100%; width: 100%;
table-layout: auto;
border-spacing: 0; border-spacing: 0;
border-collapse: separate; border-collapse: separate;
} }
@@ -248,6 +250,7 @@
.widget .sp-event-blocks .sp-event-title { .widget .sp-event-blocks .sp-event-title {
margin: 10px; margin: 10px;
padding: 0; padding: 0;
clear: both;
} }
/* Countdowns */ /* Countdowns */