diff --git a/mystbin/frontend/app/globals.css b/mystbin/frontend/app/globals.css index 72bed0c..dea44f0 100644 --- a/mystbin/frontend/app/globals.css +++ b/mystbin/frontend/app/globals.css @@ -364,6 +364,7 @@ a { /* TAB STUFF */ .tabContainer { + overflow-y: hidden; display: flex; flex-direction: row; margin-right: auto;