Fix data section table scrollbars in safari

This commit is contained in:
Andrew Kingston 2025-04-22 08:49:58 +01:00
parent 0a5e28d20f
commit 7d2320b363
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -60,6 +60,7 @@
align-items: stretch;
flex: 1 1 auto;
z-index: 1;
position: relative;
}
.panel-title-content {

View File

@ -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);