This commit is contained in:
2026-03-29 18:58:04 +09:00
parent ea29619419
commit 82fcc2016b
2 changed files with 9 additions and 1 deletions

View File

@@ -229,6 +229,14 @@
.narrow-height {
line-height: 0;
}
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hide {
display: none;
}