Skip to content

bugfix: Fixed navbar no longer covers modals - #1070

Merged
marvinchin merged 1 commit into
MarkBind:masterfrom
le0tan:issue-1069
Mar 4, 2020
Merged

bugfix: Fixed navbar no longer covers modals#1070
marvinchin merged 1 commit into
MarkBind:masterfrom
le0tan:issue-1069

Conversation

@le0tan

Copy link
Copy Markdown
Contributor

What is the purpose of this pull request? (put "X" next to an item, remove the rest)

• [X] Bug fix

Fixes#1069

What changes did you make? (Give an overview)

Change the z-index of header-fixed to be 1000 instead of 9999.

Testing instructions:

npm run test

Proposed commit message: (wrap lines at 72 characters)

Fixes#1069
Decrease z-index of header-fixed css so that it no longer covers modals

@le0tan
le0tan requested a review from yamgentMarch 1, 2020 05:22
@le0tanle0tan changed the title bug: Fixed navbar no longer covers modalsbugfix: Fixed navbar no longer covers modalsMar 1, 2020
@yamgentyamgent added this to the v2.11.1 milestone Mar 3, 2020
@marvinchin
marvinchin merged commit f4036cc into MarkBind:masterMar 4, 2020
@yamgentyamgent added the pr.BugFix 🐛 Fixes correct a programming error/assumption label Mar 7, 2020
Tejas2805 added a commit to Tejas2805/markbind that referenced this pull request Mar 7, 2020
…nvert-to-code-block
* 'master' of https://github.com/MarkBind/markbind:
Allow changing parameter properties (MarkBind#1075)
Custom timezone for built-in timestamp (MarkBind#1073)
Fix reload inconsistency when updating frontmatter (MarkBind#1068)
Implement an api to ignore content in certain tags (MarkBind#1047)
Enable AppVeyor CI (MarkBind#1040)
Add heading and line highlighting to code blocks (MarkBind#1034)
Add dividers and fix bug in siteNav (MarkBind#1063)
Fixed navbar no longer covers modals (MarkBind#1070)
Add copy code-block plugin (MarkBind#1043)
Render plugins on dynamic resources (MarkBind#1051)
Documentation for Implement no-* attributes for <box> (MarkBind#1042)
Migrate to bootstrap-vue popovers (MarkBind#1033)
Refactor preprocess and url processing functions (MarkBind#1026)
Add pageNav to Using Plugins Page (MarkBind#1062)
# Conflicts:
#	docs/userGuide/syntax/siteNavigationMenus.mbdf
Tejas2805 added a commit to Tejas2805/markbind that referenced this pull request Mar 9, 2020
* 'master' of https://github.com/MarkBind/markbind:
2.12.0
Update outdated test files
Update vue-strap version to v2.0.1-markbind.37
Fix refactor to processDynamicResources (MarkBind#1092)
Implement lazy page building for markbind serve (MarkBind#1038)
Add warnings for conflicting/deprecated component attribs (MarkBind#1057)
Allow changing parameter properties (MarkBind#1075)
Custom timezone for built-in timestamp (MarkBind#1073)
Fix reload inconsistency when updating frontmatter (MarkBind#1068)
Implement an api to ignore content in certain tags (MarkBind#1047)
Enable AppVeyor CI (MarkBind#1040)
Add heading and line highlighting to code blocks (MarkBind#1034)
Add dividers and fix bug in siteNav (MarkBind#1063)
Fixed navbar no longer covers modals (MarkBind#1070)
Add copy code-block plugin (MarkBind#1043)
Render plugins on dynamic resources (MarkBind#1051)
Documentation for Implement no-* attributes for <box> (MarkBind#1042)
Migrate to bootstrap-vue popovers (MarkBind#1033)
Refactor preprocess and url processing functions (MarkBind#1026)
Add pageNav to Using Plugins Page (MarkBind#1062)
marvinchin pushed a commit that referenced this pull request Apr 10, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr.BugFix 🐛Fixes correct a programming error/assumption

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fixed navbar would cover modal

3 participants

@le0tan@yamgent@marvinchin