Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
explosurf
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent Nivoliers
explosurf
Commits
984179c5
Commit
984179c5
authored
8 years ago
by
Vincent Nivoliers
Browse files
Options
Downloads
Patches
Plain Diff
removing pointer-events in css
parent
7b0982f1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/style.css
+2
-3
2 additions, 3 deletions
css/style.css
with
2 additions
and
3 deletions
css/style.css
+
2
−
3
View file @
984179c5
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment