Vizzlou
NNovu
•Created by Vizzlou on 12/12/2024 in #💬│support
Custom workflow step preference
It will help, however the best would be if the step.push would return the expo tickets I’m after. So I might make a feature request next week
4 replies
NNovu
•Created by Vizzlou on 12/12/2024 in #💬│support
How do I make the Inbox sticky/fixed?
We have tried those, however we do not get the expected sticky/fixed result... However we did manage to make it by modifying the nv-inboxpopoverContent component with:
.nv-inboxpopoverContent {
position: fixed !important;
top: 55.5px !important;
}
4 replies