10,561 questions
0
votes
0
answers
14
views
Scrolling not complete on mobile
I have a couple of projects working with scroll based animations. But whenever I deploy them and view them on a mobile device, the scroll never reaches full. It's always a couple of pixels short and ...
0
votes
0
answers
29
views
Angular's PrimeNG button displays differently [closed]
I created a new angular application and I'm planning to use PrimeNG v19 as my UI suite. However, upon setting this up, I just can't seem to make the "test" button match the color sampled in ...
-1
votes
1
answer
19
views
Tailwind CSS v4.1 Not Working with Ant Design v5 in Next.js 15
I have been working on a project which uses NextJs V15, Antd V5 and Tailwind V4.1.
I have configured Antd and Tailwind properly based on the documentation but Tailwind style classes not work with Antd ...
0
votes
1
answer
22
views
Tailwind@4 can no able in Storybook@8
I have created a new vue3 + Vite, Storybook project.
"@storybook/vue3": "^8.6.12",
"@storybook/vue3-vite": "^8.6.12",
"vite": "^6.2.0",
...
0
votes
1
answer
46
views
Tailwind 4.1 Transition for flex item not working
so I'm having a weird issue with Tailwind and it's transitions. I have a parent div with a background color that changes depending on the activeState. This has a transition and it works just fine.
...
0
votes
1
answer
27
views
try to center the spinners in Tailwind CSS in the mobile web app
I tried to center a spinner in a mobile web app, the initial design is like
<div class="relative h-screen">
<div class="absolute inset-0 flex items-center justify-center&...
0
votes
0
answers
40
views
Tailwind Media queries ignored when coming from Angular library files
I just developed an Angular library to factorize some frontend code i'll have in several projets and i used tailwind + PrimeNg to style the app.
The media queries styles are not working properly when ...
0
votes
1
answer
50
views
Tailwind CSS 4.2.2 not working with Ruby on Rails 8.0.2 on old mac
I have an older mac running Mac OS Catalina 10.15. Installed ruby on rails 8.0.2 just fine, created a test app, confirmed it worked when I spun it up on the rails server (bin/rails server).
I wanted ...
-1
votes
0
answers
24
views
PrimeVue Design Not Working in Laravel + Inertia + Tailwindcss + Vite Setup (Aura Theme)
I’m working on a Laravel 11 + Inertia.js (Vue 3) project and using PrimeVue for UI components. I have installed PrimeVue and am trying to apply the Aura theme from @primeuix/themes. However, while the ...
-1
votes
1
answer
36
views
How to use Shadcn UI sidebar in RTL?
Using NextJS + ShadcnUI I'm trying to change the sidebar in this example to right direction, but all icons and lines are not reversed properly although the sidebar on the right side, but its content ...
0
votes
0
answers
24
views
How can I use ShadowDOM for TailwindCSS with Webpack
I am new to web development, so I can't provide any useful code because I don't know how to implement my idea.
My goal is to create a dynamic widget using Webpack. In my widget I need to use Tailwind, ...
0
votes
1
answer
36
views
How to make tailwind css to add classes on runtime?
I am working on project where we want backend to send tailwind classes in response to API which we want to apply on front end which is build in Angular.
This is possible using CDN.
But CDN is only ...
-1
votes
1
answer
22
views
Alpha Mask on image using Chakra UI to create an opacity gradient [duplicate]
I want to create a simple opacity gradient on an image. I'm using Next.JS with Chakra UI and Tailwind CSS for the front-end design, and I cannot find a way to do it.
This is a result that I did on ...
0
votes
0
answers
30
views
Google Material Symbols showing as text instead of icon (TailwindCSS) [closed]
plays the word “home” as plain text — not the actual icon.
I'm using TailwindCSS along with Google Material Symbols, but instead of displaying icons, it's showing plain text like home or search.
Here’...
0
votes
2
answers
48
views
Pagination UI is broken
I'm trying to create a pagination in my Laravel project with Tailwind CSS.
What happens is the UI of the pagination seems to be broken like this
The design for this is I got tabs and they should have ...