mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 09:03:27 -05:00
Removed postion property from mapWrapper which was causing issues on small screens.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* based off of https://github.com/gitterHQ/sidecar
|
||||
* license: MIT
|
||||
*/
|
||||
|
||||
|
||||
.map-aside {
|
||||
width:500px;
|
||||
|
||||
@@ -132,7 +132,6 @@
|
||||
}
|
||||
|
||||
.mapWrapper {
|
||||
position:absolute;
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user