Last active
June 17, 2022 19:52
-
-
Save mllvzeth/6ed8e03fbb323ebfc783c5f452a79e83 to your computer and use it in GitHub Desktop.
FreeAgentCRM CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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