Add hide segment button to submission menu

This commit is contained in:
Ajay
2025-07-15 02:39:28 -04:00
parent 435b215025
commit e89dfed07e
4 changed files with 34 additions and 5 deletions

View File

@@ -683,6 +683,14 @@ input::-webkit-inner-spin-button {
color: white;
}
.hideSegmentSubmitButton {
cursor: pointer;
margin: auto;
top: 0;
bottom: 0;
position: absolute;
}
/* Start SelectorComponent */
.sbSelector {