Remove dd overflow hack

No longer needed after I73d654d1f9127e22365d94909681c1c5f5f39597.

Change-Id: I2a16b725fca512ccbb72f493fd7db28836341e24
This commit is contained in:
Bartosz Dziewoński 2022-11-23 11:57:58 +01:00
parent 7dd4855979
commit 46a9a13116

View file

@ -462,9 +462,3 @@
}
}
}
.skin-minerva.ext-discussiontools-init-replylink-open dl dd {
// Disable overflow hack for scrolling images in <dd> in Minerva
// while the tool is open, as we need negative margins on the widget.
overflow: visible;
}