mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-25 01:41:44 +00:00
Fixed scrolling issues with tabs
This commit is contained in:
parent
5676260809
commit
0c2203688b
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ export default {
|
|||
height: 100%;
|
||||
flex-grow: 1;
|
||||
transition-duration: 0s;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.inner-tab {
|
||||
|
|
Loading…
Reference in a new issue