Procházet zdrojové kódy

fix: safari 14 not show modal (#310)

tags/0.3.2
Joel před 2 roky
rodič
revize
040eacb8bd
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8
    0
      web/app/styles/globals.css

+ 8
- 0
web/app/styles/globals.css Zobrazit soubor

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

Načítá se…
Zrušit
Uložit