|
|
|
|
|
by greyhat
3690 days ago
|
|
The slowness in Firefox appears to be solely due to this: @media (min-width: 1180px) {
body:not(.no-literate) .content-root {
background-color: #fdfcfc;
-webkit-box-shadow: inset 780px 0 #fff, inset 781px 0 #e7e7e7, inset 790px 0 3px -10px rgba(0,0,0,0.05);
box-shadow: inset 780px 0 #fff, inset 781px 0 #e7e7e7, inset 790px 0 3px -10px rgba(0,0,0,0.05);
}
}
Removing it in the Firefox style editor restores normal performance.Edit: And they have commented out the box-shadow! Hah. |
|