diff --git a/package.json b/package.json index d42ef18..ef7e65e 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "pump": "3.0.0" }, "dependencies": { - "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git" + "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", + "node-sass": "^4.11.0" } } diff --git a/src/sass/_teclado.scss b/src/sass/_teclado.scss index 5b6d8ed..c2790fd 100644 --- a/src/sass/_teclado.scss +++ b/src/sass/_teclado.scss @@ -5,6 +5,10 @@ -moz-user-select: none; -ms-user-select: none; user-select: none; + position:absolute !important; + bottom:0; + width:100% !important; + height:25% !important; table { border-spacing: 10px;