Index: base3.10/src/main/webapp/css/admin/board.css
===================================================================
--- base3.10/src/main/webapp/css/admin/board.css (revision 126)
+++ base3.10/src/main/webapp/css/admin/board.css (revision 127)
@@ -35,7 +35,7 @@
.thumbnail { width:80px; height:80px; border-radius:10px; display:inline-block; position:relative; cursor:pointer; transition:all 0.3s; }
.thumbnail:hover { box-shadow:0 0 15px 0 rgba(0,0,0,0.8); }
-.thumbnail .thumb_zoom { position:fixed; border-radius:20px; opacity:0; pointer-events:none; z-index:9; }
+.thumbnail .thumb_zoom { position:fixed; border-radius:20px; opacity:0; pointer-events:none; z-index:9; background-color:#fff; }
.thumbnail .thumb_zoom img { width:auto; height:250px; display:inline-block; border-radius:20px; border:5px solid #fff; box-shadow:0 0 20px 0 rgba(0,0,0,0.3); }
.thumbnail:hover .thumb_zoom { opacity:1; transition:opacity 0.3s; }
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?