Open GoogleCodeExporter opened 9 years ago
Forgot to attach a screen grab of the issue to the original submission.
Original comment by wardsew...@gmail.com
on 21 Nov 2012 at 5:36
Attachments:
Temporary Fix:
Search for file showimage.css in your PC. It should be here if you accepted
default locations : C:\Users\YourSystemName\AppData\Local\Google\Chrome\User
Data\Default\Extensions\cpngackimfmofbokmjmljamhdncknpmg\5.0.6_0.
Change z-index of element #toobar to 1000 like below and restart Chrome
.toolbar {
position:fixed;
height: 30px;
margin-left: 10px;
padding-top: 6px;
z-index: 1000;
}
Original comment by jjamt...@j2-interactive.com
on 9 Apr 2013 at 7:58
Original issue reported on code.google.com by
wardsew...@gmail.com
on 21 Nov 2012 at 5:31