mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Fix #584 - [Legacy] Fix buttons topover on role subpanel
This commit is contained in:
parent
f4d3843910
commit
24e79a8e70
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue