Help

Useful CSS stylesheet rules using "User CSS" chrome extension

690 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Steve_Haysom
8 - Airtable Astronomer
8 - Airtable Astronomer

Add the “User CSS” chrome extension (free) and then paste in the following:

/* add extra margin to top*/
/* so filter popup does not hide first record*/

#viewContainer {
margin-top:120px;
}

/* hide annoying view popups*/
div[id$=“tooltip”].dark{
display:none;
}

/* restrict height of long text fields in form view*/
/* and add scroll bar */
.contentEditableTextbox{
max-height:200px;
overflow-y:auto;
}

0 Replies 0