]> git.plutz.net Git - rawnet/commitdiff
Merge commit 'c4c012d9542c4b266fa701c3aced3b97f11a4797'
authorPaul Hänsch <paul@plutz.net>
Wed, 29 Sep 2021 21:51:24 +0000 (23:51 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 29 Sep 2021 21:51:24 +0000 (23:51 +0200)
cgilite/common.css

index d6a931604d58c17c0fb0124a739a194f8d61de27..71bead6e26485069ff5c4cfc0ca17cd4a87bea69 100644 (file)
@@ -109,7 +109,8 @@ input + label {
 *[tooltip]:hover:after {
   display: block;
   position: absolute;
-  bottom: -100%; left: 50%; transform: translate(-50%, 0);
+  min-width: 12em;
+  bottom: 100%; left: 50%; transform: translate(-50%, 0);
   content: attr(tooltip);
   padding: .5em;
   color: #000; background-color: #FFC;