@oicl/openbridge-webcomponents 2.0.0-next.103 → 2.0.0-next.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93938,7 +93938,7 @@ const componentStyle$C = i$7`* {
|
|
|
93938
93938
|
display: flex;
|
|
93939
93939
|
flex-direction: column;
|
|
93940
93940
|
width: 100%;
|
|
93941
|
-
height:
|
|
93941
|
+
max-height: 90vh;
|
|
93942
93942
|
}
|
|
93943
93943
|
|
|
93944
93944
|
.title-container {
|
|
@@ -93997,7 +93997,9 @@ const componentStyle$C = i$7`* {
|
|
|
93997
93997
|
}
|
|
93998
93998
|
|
|
93999
93999
|
.content-area {
|
|
94000
|
-
flex: 1
|
|
94000
|
+
flex: 1 1 auto;
|
|
94001
|
+
min-height: 0;
|
|
94002
|
+
overflow-y: auto;
|
|
94001
94003
|
}
|
|
94002
94004
|
|
|
94003
94005
|
.action-container {
|