How to override CSS in apostrophe-cms pro in TheAposPallete.vue
I'm new to apostrophe-pro and in node_modules I can see a file TheAposPallete.vue which can be located at node_modules@apostrophecms-propaletteuiaposcomponents This file has following CSS: .apos-palette__grouped.is-open .apos-palette__grouped__schema { max-height: 100vh; } I want to override this since this is causing some…