Merge pull request #10756 from overleaf/jel-cms-video

[web] Fix Safari video border bug

GitOrigin-RevId: dae2700c17dc0340a55b5ab6aff85d85d7e1dc65
This commit is contained in:
Jessica Lawshe 2022-12-05 09:32:01 -06:00 committed by Copybot
parent 679d56620c
commit ee9b7e570b

View file

@ -16,4 +16,8 @@
background-color: @blue-10;
border-radius: 24px;
}
video {
clip-path: inset(0 0); // fix Safari bug that will sometimes add border
}
}