Make stuff work better in ShitKit (aka Safari)

This commit is contained in:
daudix
2024-07-15 06:30:20 +03:00
parent 70d7a0ee0e
commit 462e248be9
5 changed files with 27 additions and 7 deletions

View File

@ -31,6 +31,8 @@ pre {
// The line number cells
table td:nth-of-type(1) {
-webkit-user-select: none;
cursor: default;
user-select: none;
text-align: center;
}