autoriser copier coller click droit
This commit is contained in:
parent
1bfa50c4d7
commit
92214ace10
@ -217,6 +217,13 @@ h2, h3 {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
body, html, * {
|
||||
user-select: text !important;
|
||||
-webkit-user-select: text !important; /* pour Safari */
|
||||
-moz-user-select: text !important; /* pour Firefox */
|
||||
-ms-user-select: text !important; /* pour IE/Edge */
|
||||
}
|
||||
|
||||
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
|
||||
ul {
|
||||
list-style-type: none;
|
||||
|
@ -60,4 +60,12 @@ $width-menu-slidedown : 550px;
|
||||
|
||||
.layout--threecol-25-50-25{
|
||||
width: 100vw;
|
||||
}
|
||||
}
|
||||
|
||||
body, html, * {
|
||||
user-select: text !important;
|
||||
-webkit-user-select: text !important; /* pour Safari */
|
||||
-moz-user-select: text !important; /* pour Firefox */
|
||||
-ms-user-select: text !important; /* pour IE/Edge */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user