Makes the grid work in chrome, ff, and ie10
This commit is contained in:
@@ -76,18 +76,33 @@ body {
|
||||
display: block;
|
||||
margin: 0px;
|
||||
z-index: 100;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
left: 80px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
background: @white;
|
||||
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.navigation-inner-container{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
padding-top: 100px;
|
||||
background: green;
|
||||
}
|
||||
|
||||
|
||||
#dialog {
|
||||
min-width: 500px;
|
||||
left: 100%;
|
||||
|
||||
Reference in New Issue
Block a user