Toc Messenger - A distributed messaging app that can sync across all of your devices
GNU Affero General Public License v3.0
56
stars
1
forks
source link
Selection checkmark is displayed on left side on invite modal in Safari #481
Closed
lewisl9029 closed 9 years ago
Looks like its due to unset not being supported in safari: https://developer.mozilla.org/en/docs/Web/CSS/unset
Use inherit/initial manually then... do this for rest of the unsets too