fix(mobile): remove extra margin around tabbed content

This commit is contained in:
Gabe Kangas 2023-04-26 21:23:30 -07:00
parent 84d43ed149
commit 12d321b097
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -23,6 +23,10 @@
//sets the position of tabbed content for online mode
top: 280px;
}
:global(.ant-tabs-nav) {
margin-bottom: 0px;
}
}
.mobileNoTabs {