fix: grades row select in Safari

This commit is contained in:
EETagent 2023-02-10 12:58:13 +01:00
parent b5369061db
commit 29878e19aa

View file

@ -61,5 +61,9 @@
@apply ml-0.5 w-1/6;
@apply hover:border-sspsBlue rounded-lg border border-2 bg-[#f8fafb] outline-none;
@apply transition-colors duration-300;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
</style>