Button absolute is disabled by default

The Button absolute in the main chat is disabled by default. It can be overridden by using the following java script code
document.querySelector(‘button.absolute’).disabled = false;
The development team should consider this and change the code.

Out of couriosity: What does the absolute-button do?

Since you are curious to know , i will tell what it is. The absolute-button is the main button in chatGPT website where the user clicks to submit the query after typing the text in the textarea. if you know basics of HTML, javascript, CSS and how to use google chrome web browser Developer tools(comes by default on Chrome Browser), you can easily find the purpose of the Button with class name absolute. I hope this clarifies your doubt.