Forum Discussion
Jouni Poikolainen
Nov 21, 2016Copper Contributor
Css injection on SharePoint breaks termstoremanager
Hi, Have anyone else noticed that when injecting custom css file to SharePoint and then try to use "Term store management" (../_layouts/15/termstoremanager.aspx), e.g using custom sorting on man...
Anonymous
Nov 23, 2016That would be strange do you have a example code?
- Jouni PoikolainenNov 24, 2016Copper ContributorIt happens if you just inject "empty" css file with some comment on it.
I think it breaks the page cause css injections are added to body element, instead of head. Termstoremanager breaks cause body DOM has changed.