changeset 18:9a4ac2d53a36

Set lightbox position to fixed.
author edogawaconan <me@myconan.net>
date Wed, 22 Oct 2014 11:44:11 +0900
parents 8b222e3ffe25
children c5b8d2592585
files index.php
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Oct 22 02:37:18 2014 +0900
+++ b/index.php	Wed Oct 22 11:44:11 2014 +0900
@@ -122,6 +122,10 @@
   <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/css/lightbox.css">
   <style type="text/css">
     .lb-data a { color: #ccc; }
+    .lightbox {
+      position: fixed;
+      top: 50px !important;
+    }
   </style>
   <style type="text/css">
     * { box-sizing: border-box; }