Just starting with apostrophe-pro and I've noticed a file named TheAposPallete.vue in the node_modules directory, located at
\node_modules@apostrophecms-pro\palette\ui\apos\components
This file contains the following CSS:
.apos-palette__grouped.is-open .apos-palette__grouped__schema {
max-height: 100vh;
}
I'm experiencing some issues due to this CSS and have tried overriding it in my index.scss
using the important
flag, but it didn't work.
Is there a way to successfully override this CSS or is it not possible?