Fix table scrollbar issue
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user