mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fix overflow for tab component (#10498)
This commit is contained in:
parent
fd2cb9736a
commit
e371df916b
1 changed files with 3 additions and 0 deletions
|
|
@ -2947,7 +2947,10 @@ input:focus-visible {
|
|||
background: var(--tblr-btn-color-clicked) !important;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.jet-tabs{
|
||||
overflow-y: auto
|
||||
}
|
||||
|
||||
.jet-button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue