diff --git a/assets/css/template.css b/assets/css/template.css index 4a68d23..ddc8973 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -56,6 +56,9 @@ body { background-attachment: fixed,fixed; -webkit-background-attachment: fixed,fixed ; -webkit-transform: translateZ(0); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; z-index: 0; } }