more robust crossbrowser support
This commit is contained in:
@@ -23,7 +23,6 @@ body {
|
||||
margin: 0px;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
|
||||
}
|
||||
|
||||
aside {
|
||||
@@ -46,6 +45,16 @@ main {
|
||||
max-width: $main_widthpx;
|
||||
}
|
||||
|
||||
#overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
z-index: 1029;
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user