I can't press Publish after creating new assistant...
# support
m
Hi, how do I save my work if the publish button isn't clickable? What do I do to avoid repeating what I did? See the screenshot below: https://cdn.discordapp.com/attachments/1368946208088785068/1368946208298631188/image.png?ex=681a1201&is=6818c081&hm=6507c944688a7bc8285c2abbd032725c2056eb54ed495d09d140e3a8d93f89eb&
v
Try adding this CSS snippet to fix the unclickable Publish button:
Copy code
html
<style>
.vapi-btn {
  z-index: 1000 !important;
}
</style>
This solution worked for other users experiencing the same issue by ensuring the button remains clickable above other elements on the page. Source: - [Discord discussion about CSS issues](https://discord.com/channels/1211482211119796234/1329911977874555041)
m
Where do I add it?
m
I also found that if you click the little down arrow, view changes, and then save from there it will publish
m
It worked, thank you!
m
No problem!
c
Marking this ticket as Solved ✅
2 Views