Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Useful CSS stylesheet rules using "User CSS" chrome extension

1121 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