Fix data section table scrollbars in safari
This commit is contained in:
parent
0a5e28d20f
commit
7d2320b363
packages/builder/src/pages/builder/app/[application]/data
|
@ -60,6 +60,7 @@
|
|||
align-items: stretch;
|
||||
flex: 1 1 auto;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.panel-title-content {
|
||||
|
|
|
@ -28,8 +28,11 @@
|
|||
|
||||
<style>
|
||||
.wrapper {
|
||||
flex: 1 1 auto;
|
||||
margin: -28px -40px -40px -40px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: var(--spectrum-global-color-gray-50);
|
||||
|
|
Loading…
Reference in New Issue