Ahmad
Ahmad
Hello EveryOne. Just add these lines in your config/application.rb if you are using scss instead of css. config.assets.precompile
Hello EveryOne. Just add these lines in your config/application.rb if you are using scss instead of css. config.assets.precompile
I have a similar problem and I ended up overriding the table to block as follows: ``` // the viewport area of the scroll area const ScrollAreaViewport = styled(ScrollAreaPrimitive.Viewport)({ //...