["Montserrat-700"], "montserrat-800": ["Montserrat-800"], "montserrat-900": ["Montserrat-900"], }, }, }, plugins: [ require("tailwindcss-radix")(), require("tw-elements/dist/plugin"), ], safelist: [ { pattern: /(H|flex|space-*|bg|h-|w-|p|p*-|m|mt-*|text|border|)/...
I resolved the issue by using react-popper to ensure that the popover follows the constraints of its parent div. Even if the parent div is limited, such as in a scenario where it is scrollable, the popper will still be contained within the div and follow its limitations. My goal was to...