X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/df341bdd09208d2b0f84060454cc0000df19deba..75394bbfb6d76eb2ac7ee3adf9529528f8f3bf50:/src/redakcja/static/css/gallery.css

diff --git a/src/redakcja/static/css/gallery.css b/src/redakcja/static/css/gallery.css
index a1694a41..444ecffe 100644
--- a/src/redakcja/static/css/gallery.css
+++ b/src/redakcja/static/css/gallery.css
@@ -8,6 +8,13 @@
     background-color: #C1C1C1;
 }
 
+#side-properties {
+    height: 100%;
+    overflow: auto;
+}
+#side-properties #parents li {
+    cursor: pointer;
+}
 
 #side-annotations {
     display: flex;
@@ -45,7 +52,7 @@
     justify-content: center;
 }
 
-#side-annotations .akap {
+#side-annotations [x-node="akap"] {
     font-size: 16px;
     font-family: "Georgia", "Times New Roman", serif;
     line-height: 1.5em;
@@ -67,7 +74,7 @@
     width: 100%;
 }
 
-#side-annotations .akap:hover .src {
+#side-annotations [x-node="akap"]:hover .src {
     display: block;
 }