Skip to content
Snippets Groups Projects

Issue #3447542: Fix paragraph tooltip.

2 files
+ 12
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -67,7 +67,7 @@
.paragraphs-add-dialog .paragraphs-add-dialog-row__description__content {
position: absolute;
right: 30px;
bottom: -10px;
bottom: 0;
z-index: -1;
opacity: 0;
transition: margin .25s ease-out, opacity .25s ease-out;
@@ -86,7 +86,6 @@
}
.paragraphs-add-dialog .paragraphs-add-dialog-row:nth-child(-n+3) .paragraphs-add-dialog-row__description__content {
top: -10px;
bottom: auto;
}
Loading