Fixed scrolling issues with tabs

This commit is contained in:
thepaperpilot 2021-07-25 23:04:51 -05:00
parent 5676260809
commit 0c2203688b

View file

@ -56,6 +56,8 @@ export default {
height: 100%;
flex-grow: 1;
transition-duration: 0s;
overflow-y: auto;
overflow-x: hidden;
}
.inner-tab {