diff --git a/variety/variety-shows.html b/variety/variety-shows.html
index cfe0927..ffbc844 100644
--- a/variety/variety-shows.html
+++ b/variety/variety-shows.html
@@ -25,7 +25,8 @@
border: 1px solid rgba(0, 0, 0, 0.02);
position: relative;
z-index: 1;
- overflow: hidden;
+ overflow-x: auto;
+ -webkit-overflow-scrolling: touch;
}
body.variety-shows-page .variety-shows-toolbar {
@@ -60,27 +61,16 @@
margin: 0 0 0 auto;
}
- body.variety-shows-page .variety-shows-table-slot[hidden] {
+ body.variety-shows-page .variety-shows-archive-card>.variety-table[data-show-tabs][hidden] {
display: none;
}
- body.variety-shows-page .variety-shows-table-slot+.variety-shows-table-slot {
+ body.variety-shows-page .variety-shows-archive-card>.variety-table[data-show-tabs]+.variety-table[data-show-tabs] {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #eee;
}
- body.variety-shows-page .variety-table-wrap {
- width: 100%;
- overflow-x: auto;
- -webkit-overflow-scrolling: touch;
- margin: 0;
- background: transparent;
- border: none;
- box-shadow: none;
- border-radius: 0;
- }
-
body.variety-shows-page .variety-table {
width: 100%;
min-width: 640px;
@@ -269,11 +259,11 @@