Right-clicking on the Bookmarks Toolbar and selecting "Add Folder..." shows the "Add bookmark folder" window.
I am using Firefox 107.0.1/Latest version (Windows).
How do I resize the window?
Right-clicking on the Bookmarks Toolbar and selecting "Add Folder..." shows the "Add bookmark folder" window.
I am using Firefox 107.0.1/Latest version (Windows).
How do I resize the window?
The resizable
attribute is set to false for that element. To override this, you can modify it in userChrome.css.
.dialogBox[resizable="false"] {
resize: both !important;
}