fix: add float left to main element to prevent nav overlap in IE11 edge mode
This commit is contained in:
@@ -156,6 +156,7 @@ a {
|
||||
main {
|
||||
@extend .main-column;
|
||||
padding-top: 12px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
||||
Reference in New Issue
Block a user