Fix form interaction with buttons when screen is smaller

This commit is contained in:
Stephen Abello
2026-01-14 09:42:37 +01:00
parent 8896c576d7
commit 423413e3a0

View File

@@ -45,6 +45,10 @@
display: flex;
flex-direction: column;
justify-content: space-between;
> .form {
overflow: auto;
margin-bottom: 16px;
}
}
.ibo-dashlet-panel--form-container--buttons {
@@ -55,7 +59,7 @@
margin: 0 -16px -16px -16px;
padding: 0 16px;
height: 60px;
min-height: 60px;
background-color: $ibo-color-grey-50;
border-top: solid 1px $ibo-color-grey-400;