mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -05:00
allow text selection in chrome app
This commit is contained in:
parent
0907573845
commit
217442c471
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Whiteout Mail (DEV)",
|
"name": "Whiteout Mail (DEV)",
|
||||||
"description": "Simple & elegant email client with integrated end-to-end encryption. Keeping your emails safe has never been so easy.",
|
"description": "Simple & elegant email client with integrated end-to-end encryption. Keeping your emails safe has never been so easy.",
|
||||||
"version": "0.1.8.1",
|
"version": "0.1.9.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
"icons": {
|
"icons": {
|
||||||
|
@ -43,6 +43,10 @@ textarea {
|
|||||||
.main-app-view {
|
.main-app-view {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
// allow text selection
|
||||||
|
-webkit-user-select: text;
|
||||||
|
|
||||||
|
// make scrollbars invisible
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user