This is a migrated thread and some comments may be shown as answers.

dropdownlist not rendering correctly with MVC4 standard template

1 Answer 130 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Martin Kelly
Top achievements
Rank 1
Martin Kelly asked on 27 Jul 2012, 06:34 AM
Hi,
Just to make you aware that if you are using the standard out of the box ASP.NET MVC4 template an issue arises with the dropdownlist. The top section of the list that is displayed after clicking is cut off. This is due to the border-top css below clashing with the kendo dropdownlist styling. Is this something that can be fixed?

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}


1 Answer, 1 is accepted

Sort by
0
Temp
Top achievements
Rank 1
answered on 08 Nov 2012, 12:45 AM
That just caught me out for a couple of hours :(

The border-top line in the site.css from the mvc4 template, causes the drop-down div to obscure the source element, rather than display below it. Any workaround?
Tags
DropDownList
Asked by
Martin Kelly
Top achievements
Rank 1
Answers by
Temp
Top achievements
Rank 1
Share this question
or