,

Come si ridimensiona la finestra degli allegati?

Aggiungere al file userChrome.css il seguente codice:

/* Attachment pane at bottom of message window */
#attachmentView {
    -moz-appearance: none !important;
    height: 40px !important;
    overflow: auto !important; }