diff options
author | luxagraf <sng@luxagraf.net> | 2019-09-08 13:09:16 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-09-08 13:09:16 -0400 |
commit | 7db13e9d91b0a661760f8e25fbd64dbe911e12c3 (patch) | |
tree | bab1c9be362becf26c454c9ca8889c9fdca1bbb0 /app/utils/static/choices.mapfix.css | |
parent | be5f7cc87457415c92e3d4a64f536ccae1f9d872 (diff) |
added autocomplete to sightings again
Diffstat (limited to 'app/utils/static/choices.mapfix.css')
-rw-r--r-- | app/utils/static/choices.mapfix.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/utils/static/choices.mapfix.css b/app/utils/static/choices.mapfix.css new file mode 100644 index 0000000..266dc68 --- /dev/null +++ b/app/utils/static/choices.mapfix.css @@ -0,0 +1,20 @@ +.field-ap .related-widget-wrapper { + overflow: visible; + position: relative; + z-index: 1000; +} +.field-ap { + overflow: visible; + position: relative; + z-index: 4000; + *zoom: 1; +} +.field-ap:before { + content: " "; + display: table; +} +.field-ap:after { + content: " "; + display: table; + clear: both; +} |