fixed web selection

This commit is contained in:
Devaev Maxim
2020-09-09 11:21:38 +03:00
parent b377123e48
commit 669fc608ed
5 changed files with 12 additions and 10 deletions

View File

@@ -21,9 +21,6 @@
div#about {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
max-width: 600px;
white-space: normal;
padding: 5px 5px 5px 5px;
@@ -42,5 +39,8 @@ div#about td.copyright {
}
div#about div.tabs-box div.tab div.code {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
height: 250px;
}