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 22c8b5a829
commit 15f5079331

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
}
}