fix overflow for tab component (#10498)

This commit is contained in:
Kartik Gupta 2024-07-30 11:22:27 +05:30 committed by GitHub
parent fd2cb9736a
commit e371df916b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2947,7 +2947,10 @@ input:focus-visible {
background: var(--tblr-btn-color-clicked) !important;
}
}
.jet-tabs{
overflow-y: auto
}
.jet-button {