1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

Fix gradient for Safari

This commit is contained in:
lana-k
2021-05-17 21:34:42 +02:00
parent e7d1398546
commit a0577ec0ce

View File

@@ -86,7 +86,7 @@ export default {
width: 100%; width: 100%;
height: 100px; height: 100px;
box-sizing: border-box; box-sizing: border-box;
background-image: linear-gradient(white 73%, transparent);; background-image: linear-gradient(white 73%, rgba(255, 255, 255, 0));
z-index: 2; z-index: 2;
} }
.schema, .db-name { .schema, .db-name {