diff --git a/web/app/styles/globals.css b/web/app/styles/globals.css index 57145790ec..8c8989082e 100644 --- a/web/app/styles/globals.css +++ b/web/app/styles/globals.css @@ -137,4 +137,12 @@ button:focus-within { [class*=style_paginatio] li .text-primary-600 { color: rgb(28 100 242); background-color: rgb(235 245 255); +} + +/* support safari 14 and below */ +.inset-0 { + left: 0; + right: 0; + top: 0; + bottom: 0; } \ No newline at end of file