Fixes: Diff footer is overlaying the text when visual diff is clicked

Bug: T353407
Change-Id: I9246c0df582cab485b425dc77e05dc4435656511
This commit is contained in:
Jon Robson 2023-12-21 14:46:56 -08:00 committed by Jdlrobson
parent 7cfdbd196f
commit bc2c87f4d0

View file

@ -147,6 +147,7 @@
bottom: 0;
left: 0;
right: 0;
z-index: @z-indexAboveContent;
}
.mw-diff-tool {