Skip to content

Commit 3e26e2f

Browse files
committed
added issue template, fix martor z-index
1 parent 651ccbf commit 3e26e2f

File tree

7 files changed

+33
-4
lines changed

7 files changed

+33
-4
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report
4+
---
5+
6+
<!-- ⚠️ Please search existing issues to avoid creating duplicates. ⚠️ -->
7+
<!-- Describe the bug here. -->
8+
9+
## Details
10+
- Browser and browser version:
11+
- OS version:
12+
- Martor version:
13+
14+
### Steps to reproduce
15+
16+
1.
17+
2.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Question
4+
url: https://stackoverflow.com/questions/tagged/martor
5+
about: Please ask and answer questions here.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Feature request
3+
about: Suggest a feature or enhancement
4+
---
5+
6+
<!-- ⚠️ Please search existing issues to avoid creating duplicates. ⚠️ -->
7+
<!-- Describe the enhancement here. -->

martor/static/martor/css/martor.bootstrap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ div.enable-living .tab-martor-menu a.nav-link {
162162
.main-martor-fullscreen {
163163
background: #fff;
164164
position: fixed;
165-
z-index: 999;
165+
z-index: 9999;
166166
max-height: 100%;
167167
height: 100%;
168168
width: 100%;

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.semantic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body.overflow {
6060
.main-martor-fullscreen {
6161
background: #fff;
6262
position: fixed;
63-
z-index: 999;
63+
z-index: 9999;
6464
max-height: 100%;
6565
height: 100%;
6666
width: 100%;

martor/static/martor/css/martor.semantic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)