mirror of
https://github.com/koel/koel
synced 2024-11-24 05:03:05 +00:00
fix(ui): tab overflow
This commit is contained in:
parent
99df3e773d
commit
2cc08bfde0
1 changed files with 1 additions and 3 deletions
|
@ -173,12 +173,11 @@ label {
|
|||
}
|
||||
|
||||
.tabs {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
|
||||
[role=tablist] {
|
||||
overflow: auto;
|
||||
border-bottom: 2px solid rgba(255, 255, 255, .1);
|
||||
padding: 0 1.25rem;
|
||||
display: flex;
|
||||
|
@ -209,7 +208,6 @@ label {
|
|||
|
||||
.panes {
|
||||
padding: 1.25rem;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue