Skip to content
Snippets Groups Projects
Commit 984179c5 authored by Vincent Nivoliers's avatar Vincent Nivoliers
Browse files

removing pointer-events in css

parent 7b0982f1
No related branches found
No related tags found
No related merge requests found
...@@ -468,10 +468,10 @@ script { ...@@ -468,10 +468,10 @@ script {
top : 0 ; top : 0 ;
margin : 0 ; margin : 0 ;
height : calc(100% - 20px) ; height : calc(100% - 20px) ;
width : calc(100% - 30px) ; width : 0 ;
left : 50% ;
max-height : 100vh ; max-height : 100vh ;
text-align : center ; text-align : center ;
pointer-events : none ;
box-sizing : content-box ; box-sizing : content-box ;
} }
...@@ -496,7 +496,6 @@ script { ...@@ -496,7 +496,6 @@ script {
transform : translate(-50%, 0) ; transform : translate(-50%, 0) ;
overflow : hidden ; overflow : hidden ;
white-space : nowrap ; white-space : nowrap ;
pointer-events : all ;
} }
#phone-toolbar > .btn-group.fixed-bottom { #phone-toolbar > .btn-group.fixed-bottom {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment