Skip to content

Commit 5d3ccac

Browse files
committed
Merge branch 'develop' of github.com:xpressengine/plugin-together into develop
2 parents 65a8f20 + aba66df commit 5d3ccac

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

assets/css/theme.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.

assets/scss/theme/_header.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
.header-tfc {
33
position: fixed;
44
top: 0;
5-
left: 0;
6-
z-index: 2005;
5+
// left: 0;
6+
// z-index: 2005;
7+
z-index: 180;
78
width: 100%;
89
height: 56px;
910
background-color: #FFF;

0 commit comments

Comments
 (0)