Browse Source

Fixed tab selection overflow

Owen Diffey 3 years ago
parent
commit
a346aa38b6

+ 1 - 0
frontend/src/components/modals/ManageStation/Tabs/Blacklist.vue

@@ -127,6 +127,7 @@ export default {
 		margin-top: 10px;
 		.tab-selection {
 			display: flex;
+			overflow-x: auto;
 			.button {
 				border-radius: 0;
 				border: 0;

+ 1 - 0
frontend/src/components/modals/ManageStation/Tabs/Playlists.vue

@@ -585,6 +585,7 @@ export default {
 	.tabs-container {
 		.tab-selection {
 			display: flex;
+			overflow-x: auto;
 			.button {
 				border-radius: 0;
 				border: 0;

+ 1 - 0
frontend/src/components/modals/ManageStation/index.vue

@@ -570,6 +570,7 @@ export default {
 		.tabs-container {
 			.tab-selection {
 				display: flex;
+				overflow-x: auto;
 
 				.button {
 					border-radius: 5px 5px 0 0;

+ 1 - 0
frontend/src/pages/Station/Sidebar/index.vue

@@ -92,6 +92,7 @@ export default {
 
 #tab-selection {
 	display: flex;
+	overflow-x: auto;
 
 	.button {
 		border-radius: 5px 5px 0 0;