Guys, I’m using an overflow on a component here, but it doesn’t show all the content, it gets cut into one part. Could you help me?

Asked

Viewed 20 times

0

inserir a descrição da imagem aqui

`export const Optionbar = Styled.div'

width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 15%;
font-size: 1.6rem;
transition: all 0.4s;
align-items: flex-end;
overflow-x: auto;
position: fixed;
top: 95px;
padding: 10px;
';`
  • you have source code? if you are using bootstrap and put this css, will give problem.

  • I am using Styled-Components

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.