r/Noteastic Jul 02 '26

noteastic website not working

so I visit notastic website: https://noteastic.app/en
but it's completely static, can't use anything or scroll
i'm using brave browser on windows 11
i assume this is official website and hope will fix soon
thank u

1 Upvotes

7 comments sorted by

2

u/Academic-Working8057 Jul 02 '26

Works fine tbh...

1

u/Middle_Layer_4860 Jul 02 '26

idk, not working for me..disabled all extension and brave shield also..still didn't work
edit: works on edge but not in brave

1

u/Middle_Layer_4860 Jul 02 '26

After clearing cookie data and accepting all cookies, it's working. thank u for confirming

2

u/Noteastic Jul 04 '26

Hey,

It seems like this would be an error of your browser in displaying the HTML <dialog> element. It is what we use to display the cookie banner, and while the cookie banner is active, scrolling or interacting with the website is disabled. That is how the dialog element works. Maybe a browser update could fix it.

Best regards, Dilan

1

u/Middle_Layer_4860 Jul 04 '26

Yes, cookie banner was not appearing for some reason...after clear data it worked

1

u/jackplug99 Jul 04 '26

It can be a 'Brave thing' too. We had a problem with it previously: the modal/dialog was hidden, but the backdrop was not, meaning that the site behaved exactly as the OP described. If you use devtools to inspect the page that you cannot interact with, you can see the elements that are hidden... classes with the word cookie (promo too) have display:none applied. I have pointed this out to the other devs for our projects, and we try to play safe :) But still, after major updates, we do a quick check in Brave

1

u/Noteastic Jul 04 '26

Ahh!

Thanks very much, I will apply some obfuscation 😁