We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c1ac5 commit 11af57eCopy full SHA for 11af57e
packages/main/src/themes/Tab.css
@@ -1,7 +1,6 @@
1
:host {
2
display: inline-block;
3
width: 100%;
4
- height: 100%;
5
}
6
7
.ui5-tab-root {
packages/main/src/themes/TabContainer.css
@@ -107,11 +107,12 @@
107
108
109
.ui5-tc__contentItem {
110
+ max-height: 100%;
111
+ display: flex;
112
overflow: auto;
113
114
-.ui5-tc__contentItem--hidden {
115
+.ui5-tc__contentItem[hidden] {
116
display: none;
117
118
0 commit comments