mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #10756 from overleaf/jel-cms-video
[web] Fix Safari video border bug GitOrigin-RevId: dae2700c17dc0340a55b5ab6aff85d85d7e1dc65
This commit is contained in:
parent
679d56620c
commit
ee9b7e570b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue