Replies: 0
Hi
Your are using the .CodeMirror CSS class to set the vertical height to 80vh.
But other plugins also use the same CSS class like GDPR Cookie Compliance (https://wordpress.org/plugins/gdpr-cookie-compliance/). This plugin set the vertical height to 300px.
So Code Snippets became unusable because the height of code window takes
300px.
Please consider to use you own CSS Classe to set this height.
Thanks