bootflat / bootflat.github.io

BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
http://bootflat.github.io
MIT License
4.25k stars 433 forks source link

Dropdowns in mobile do not work #91

Open flexnds opened 9 years ago

flexnds commented 9 years ago

The dropdowns in mobile do not work. This is apparent even on your demo/documentation page here: http://bootflat.github.io/documentation.html

Also, the contact email on the website does not work.

Chachaproper commented 8 years ago

A partial solution to the problem:

.selecter {
   cursor: pointer;
}

.selecter .selecter-options {
   cursor: pointer;
}