Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gin
Commits
d5c1884f
Commit
d5c1884f
authored
9 months ago
by
Sascha Eggenberger
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3389492
by Onnia, saschaeggi: Sidebar closes on field focus with Android Chrome
parent
13a8cdfb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#171718
passed
9 months ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/base/gin.css
+0
-1
0 additions, 1 deletion
dist/css/base/gin.css
styles/base/_body.scss
+0
-1
0 additions, 1 deletion
styles/base/_body.scss
with
0 additions
and
2 deletions
dist/css/base/gin.css
+
0
−
1
View file @
d5c1884f
...
...
@@ -3,7 +3,6 @@
html
{
font-family
:
var
(
--gin-font
);
scroll-padding-top
:
var
(
--gin-scroll-offset
)
!important
;
background-color
:
#fff
;
}
body
{
...
...
This diff is collapsed.
Click to expand it.
styles/base/_body.scss
+
0
−
1
View file @
d5c1884f
html
{
font-family
:
var
(
--
gin-font
);
scroll-padding-top
:
var
(
--
gin-scroll-offset
)
!
important
;
background-color
:
#fff
;
// Fixes a Safari problem.
}
body
{
...
...
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