Work on fixing position of the .open link
Apparently WebKit/Chrome was recently updated to behave more like other browsers (and not stupidly move elements around without telling anyone), which means that the -13px hack isn't necessary (and now is rendered, in fact, rather detrimental). Haven't extensively tested this, though. Committing now so I don't forget to push when I get home.
This commit is contained in:
parent
8ea6a2c192
commit
f939e18241
@ -203,7 +203,6 @@
|
|||||||
|
|
||||||
.open {
|
.open {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -13px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user