Fix slate issue caused by Chrome 106, with higher specificity

This commit is contained in:
Ben Gotow 2023-11-21 15:28:27 -06:00
parent 453416ae04
commit faf9e1cee0

View file

@ -38,7 +38,7 @@
color: @text-color;
div[contenteditable] {
-webkit-user-modify: read-write;
-webkit-user-modify: read-write !important;
}
}
}