zhangxin1987 / chrome-screen-capture

Automatically exported from code.google.com/p/chrome-screen-capture
0 stars 0 forks source link

copy & print menu were hide after using whole page capture #249

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
copy & print menu were hide after using whole page capture.

Original issue reported on code.google.com by rqx110@gmail.com on 30 Oct 2012 at 8:47

Attachments:

GoogleCodeExporter commented 8 years ago
Goto your user folder like c:\users\yourname\AppData\Local\Google\Chrome\User 
Data\Default\Extensions\cpngackimfmofbokmjmljamhdncknpmg\5.0.5_0

Open showimage.css by notepad,add z-index to .toolbar{}
like this:
.toolbar {
  position:fixed;
  height: 30px;
  margin-left: 10px;
  padding-top: 6px;
  z-index: 99999999; //add this line
}

Original comment by ratsu...@gmail.com on 30 Nov 2012 at 11:44