Hello Everyone,
I’m currently looking for feedback for my latest Dashboard project which is built one page inside Bubble and has a CRM for adding contacts. Would appreciate the advice and feedback.
Editor: https://bubble.io/page?type=page&name=index&id=munster&tab=tabs-1
App: https://munster.bubbleapps.io/version-test?debug_mode=false
1 Like
Add this to text buttons
#noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a lot of it seems unfinished, im clicking around and not much is happening.
Where can I add that and what does this do?
- You can check the pages on the left side on the menu. I will add more to the template soon after I finish what I already have in the template.
draw a html and add it there inside of < style> </ style> tag. it stops ::selection highlighting.
I like to use this for a lot of buttons/ elements
1 Like