Skip to main content

All Questions

Tagged with
-2 votes
0 answers
9 views

Quiero cambairle el color al body, pero que ocupe toda la pantalla [closed]

Estoy creando una pagina web sobre una app de clima, pero tengo un problema con el background-color del body. Le puse al body el color #191a38 de fondo. Dentro del body tengo un main con la ...
Cuentas Internet's user avatar
0 votes
0 answers
10 views

React App in Docker with Nginx Serving Without CSS

I am trying to deploy a React application using Docker and serve it with Nginx, mostly based on this. The app works perfectly when running locally using npm start, but when served through Docker and ...
Feds.null's user avatar
-1 votes
0 answers
34 views

Is it possible to absolute position a conatiner to the left of a scrollable conatiner [closed]

My issue is that i have code something similar <div className='flex flex-col'> <div className='rounded-lg p-4'> <div className='relative'> <div className='absolute ...
JIMMY JACOB's user avatar
0 votes
0 answers
10 views

How Do We Make Scoped Styling In Our Pages Folder a Higher Priority than Our Global Styling?

I'm working on a project that uses Gatsby 5.12.11 and I ran into an issue with styling components in the pages folder. I'm using a CSS framework I created called srcry css which has a couple classes ...
Optiq's user avatar
  • 3,088
0 votes
0 answers
16 views

Disable browser/page navigation while horizontally scrolling iframes?

My site has a container of iframes placed side-by-side, which creates a horizontal scroll. When users use a two-finger gesture/trackpad scroll outside the iframe, it scrolls as expected. However, when ...
Steve C's user avatar
  • 1,746
1 vote
2 answers
43 views

tailwindcss background not changing to correct color

There is a feature i implemented in the tiktaktoe wherein if a player wins the game, then the winning box gets green in color and if there is a draw , then all the box becomes red. The feature is ...
Arohan Gurung's user avatar
0 votes
1 answer
27 views

How to get and test an element style using RTL?

I have a sidebar menu component, which has a small tab to be pressed in order to show/hide the menu. The tab, as the entire menu, can be rendered on the left or the right side of the screen based on '...
TjFSimoes's user avatar
0 votes
1 answer
24 views

Remove Border Bottom From MUI Selected Tabs - React

I am trying to custom style MUI Tabs in order to get something like I have create sample code Here is the codesandbox example in which border bottom will be 100% and for selected tab it should ...
Digambar Patil's user avatar
2 votes
0 answers
34 views

Custom Caret Positioning in React Input Field Lags Behind Characters

Question: I'm trying to create a custom blinking caret for an input field in a React application. I've hidden the default caret and positioned a custom caret based on the text width up to the caret ...
max's user avatar
  • 285
0 votes
0 answers
38 views

Passing In Tailwindcss Classes to Component Library Not Working

So, I am building a React component library (like the world needs another one) and an app on top of it. When I pass in Tailwind classes to the components from the app, the passed classes don't get ...
Collin Lucke's user avatar
0 votes
3 answers
54 views

Multi-line Truncated Text with "..." in the end

I need help with Multi-line Truncated Text. I can't cut the final word with "..." in text block with randon string number So this is my solution which cut the end of my block, but without &...
Nick's user avatar
  • 3
0 votes
1 answer
68 views

SVG Component Rendering Inconsistently Across Browsers

I'm working on an SVG gauge component that works perfectly in Chrome but has rendering issues in Safari and Firefox. The gauge displays progress using a gradient fill and a rotating pointer. In Chrome,...
user26411203's user avatar
0 votes
0 answers
30 views

CSS animations just stopped working on React

My css animations just stopped working and i have no idea why, this is a react project i'm working on to learn more about the framework, if someone knows why this happens it would help a lot, thanks. ...
ericericeri_'s user avatar
0 votes
0 answers
15 views

Content Overlaps with Footer in Printed Document [closed]

When printing a document using the provided Page component, some content of the page get displayed under the footer in the printed output. This causes the content to overlap with the footer, making it ...
Abdelghani Rizki's user avatar
-2 votes
0 answers
21 views

How can I create a smooth transitioning dialog component in React? [closed]

I'm working on a React project where I need a dialog component that smoothly transitions between expanded and minimised states. The dialog must be fluid, hugging its content, so I can't use fixed ...
Anthony Tambrin's user avatar

15 30 50 per page
1
2 3 4 5
1672