Fix #584 - [Legacy] Fix buttons topover on role subpanel

This commit is contained in:
y.yerli 2025-01-21 14:16:09 +03:00 committed by Jack Anderson
parent f4d3843910
commit 24e79a8e70

View file

@ -794,6 +794,12 @@ option:checked {
height: min-content;
}
#EditView .subpanel-table .buttons ,.action_buttons {
position: static;
justify-content: flex-start;
gap: 0.5em;
}
.actionbutton-footer {
display: none;
}