fix(mobile): adjust padding for bottom mobile content. Closes #2986

This commit is contained in:
Gabe Kangas 2023-05-04 21:48:04 -07:00
parent 10badd2f7a
commit 9e19af636e
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -9,7 +9,6 @@
flex-direction: column;
flex-grow: 1;
flex-shrink: 0;
padding: 0.3em;
position: absolute;
bottom: 0;
width: 100%;
@ -26,6 +25,8 @@
:global(.ant-tabs-nav) {
margin-bottom: 0px;
padding-top: 0.5vh;
padding-left: 1vw;
}
}