mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Fix unreachable links for IE11 (edge mode)
This corrects the flow of content. As main did not have a float style it overlapped the nav tag making the links unreachable in IE11.
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