puikinsh / Bootstrap-Admin-Template

Metis - Free Bootstrap Admin Dashboard Template
https://colorlib.com/polygon/metis/
MIT License
2.72k stars 1.31k forks source link

Problem with template using Prepended Text #41

Closed fellipeh closed 10 years ago

fellipeh commented 10 years ago

There is a bug? captura de tela 2014-05-01 as 18 46 12

onokumus commented 10 years ago

Did you set

z-index

property of input field?

fellipeh commented 10 years ago

No I didn't

onokumus commented 10 years ago

Check your stylesheet files. Your code should look like this:

#left, #right {
    z-index: 999;
}
fellipeh commented 10 years ago

It's works, I'm using the theme.css file, and put there. :+1: