E
E
easy_katka2020-11-26 21:15:15
css
easy_katka, 2020-11-26 21:15:15

Why do CSS styles break under iOS(safari)?

There is a select element on the site, under windows (chrome) it looks like this
5fbff0728a4f3564384870.png
and under iOS (Safari) this
5fbff08c71943339431976.png

is the css code

.sel  {
  margin-top: 18px;
  font-size: 17px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 66px;
  background: #eef2f7;
  background-clip: padding-box;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  border-collapse: separate;
  color: #333;
  text-align: left;
  cursor: text;
  padding: 17px;
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2016-10-20
@gbg

Install the kernel-devel package.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question