Skip to content

Instantly share code, notes, and snippets.

@mllavez
Last active June 17, 2022 19:52
Show Gist options
  • Save mllavez/6ed8e03fbb323ebfc783c5f452a79e83 to your computer and use it in GitHub Desktop.
Save mllavez/6ed8e03fbb323ebfc783c5f452a79e83 to your computer and use it in GitHub Desktop.
FreeAgentCRM CSS
/*
Custom Styling to improve FreeAgentCRM
👉 Chrome Extension
https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb
*/
//Fix field entry containers & sub-containers
.form-container.entityForModalContainer, .form-container .form-gen-div, {
height: calc(90vh);
}
.ui.modal .scrolling.content, {
max-height: none;
}
.form-container .form-gen-div, .hhfcNv, .clxsUG{
height: calc(90vh - 96px);
max-height: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment