-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(demo): fix demo header static position for safari browser #3600
fix(demo): fix demo header static position for safari browser #3600
Conversation
1f6df77
to
c6f3bf1
Compare
Codecov Report
@@ Coverage Diff @@
## development #3600 +/- ##
============================================
Coverage 72.07% 72.07%
============================================
Files 251 251
Lines 8142 8142
Branches 1544 1544
============================================
Hits 5868 5868
Misses 1851 1851
Partials 423 423 Continue to review full report at Codecov.
|
demo/src/assets/css/style.scss
Outdated
@@ -296,6 +296,7 @@ a:hover { | |||
} | |||
/* content */ | |||
.main-container { | |||
padding-top: 30px; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
c6f3bf1
to
f40deca
Compare
demo/src/assets/css/style.scss
Outdated
@@ -512,9 +512,12 @@ a:hover { | |||
/*** Media Query ***/ | |||
/* above 768px */ | |||
@media (min-width: 768px) { | |||
.main { |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
f40deca
to
d30e239
Compare
Tested, looks good |
close #3312
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.