[Frontend] Markup and CSS fixes
open #251 Fixed markup and CSS to remove erroneously applied "select" class; Modified .select to not use overflow: hidden; Better positioning for *-options elements;
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
margin: 0 0 2px 0; // Needed to avoid dropshadow from being clipped by parent containers
|
||||
}
|
||||
padding: 0 $interiorMargin;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
line-height: $formInputH;
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user