Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
d75338b6
Commit
d75338b6
authored
Jul 09, 2022
by
boojack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix z-index
parent
b85af714
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
+8
-7
dialog.less
web/src/less/dialog.less
+1
-1
home.less
web/src/less/home.less
+1
-1
memo.less
web/src/less/memo.less
+1
-1
shortcut-list.less
web/src/less/shortcut-list.less
+2
-1
siderbar.less
web/src/less/siderbar.less
+1
-1
usage-heat-map.less
web/src/less/usage-heat-map.less
+1
-2
tailwind.config.js
web/tailwind.config.js
+1
-0
No files found.
web/src/less/dialog.less
View file @
d75338b6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
.dialog-wrapper {
.dialog-wrapper {
.flex(column, flex-start, center);
.flex(column, flex-start, center);
@apply fixed top-0 left-0 w-full h-full pt-16 z-100 overflow-x-hidden overflow-y-scroll bg-transparent transition-all;
@apply fixed top-0 left-0 w-full h-full pt-16 z-100
0
overflow-x-hidden overflow-y-scroll bg-transparent transition-all;
.hide-scroll-bar();
.hide-scroll-bar();
&.showup {
&.showup {
...
...
web/src/less/home.less
View file @
d75338b6
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
@apply relative w-full max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
@apply relative w-full max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
> .memos-editor-wrapper {
> .memos-editor-wrapper {
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-1;
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-1
0
;
background-color: #f6f5f4;
background-color: #f6f5f4;
}
}
}
}
...
...
web/src/less/memo.less
View file @
d75338b6
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
@apply hidden flex-col justify-start items-center absolute top-2 -right-4 flex-nowrap hover:flex p-3;
@apply hidden flex-col justify-start items-center absolute top-2 -right-4 flex-nowrap hover:flex p-3;
> .more-action-btns-container {
> .more-action-btns-container {
@apply w-28 h-auto p-1 whitespace-nowrap rounded-lg bg-white;
@apply w-28 h-auto p-1
z-1
whitespace-nowrap rounded-lg bg-white;
box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
> .btns-container {
> .btns-container {
...
...
web/src/less/shortcut-list.less
View file @
d75338b6
...
@@ -86,7 +86,8 @@
...
@@ -86,7 +86,8 @@
@apply flex-col justify-start items-start absolute top-6 right-0 w-auto h-auto px-4 pt-3 hidden z-1;
@apply flex-col justify-start items-start absolute top-6 right-0 w-auto h-auto px-4 pt-3 hidden z-1;
> .action-btns-container {
> .action-btns-container {
@apply flex flex-col justify-start items-start w-24 h-auto p-1 whitespace-nowrap rounded-md bg-white shadow;
@apply flex flex-col justify-start items-start w-24 h-auto p-1 whitespace-nowrap rounded-md bg-white;
box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
> .btn {
> .btn {
@apply w-full text-sm leading-6 py-1 px-3 rounded text-left hover:bg-gray-100;
@apply w-full text-sm leading-6 py-1 px-3 rounded text-left hover:bg-gray-100;
...
...
web/src/less/siderbar.less
View file @
d75338b6
@import "./mixin.less";
@import "./mixin.less";
.sidebar-wrapper {
.sidebar-wrapper {
@apply fixed sm:sticky top-0 left-0 hidden sm:!flex flex-col justify-start items-start w-64 h-screen py-4 pl-2 z-
10 sm:z-
0 bg-white sm:bg-transparent shadow-2xl sm:shadow-none overflow-x-hidden overflow-y-auto transition-all;
@apply fixed sm:sticky top-0 left-0 hidden sm:!flex flex-col justify-start items-start w-64 h-screen py-4 pl-2 z-
2
0 bg-white sm:bg-transparent shadow-2xl sm:shadow-none overflow-x-hidden overflow-y-auto transition-all;
.hide-scroll-bar();
.hide-scroll-bar();
> .close-container {
> .close-container {
...
...
web/src/less/usage-heat-map.less
View file @
d75338b6
...
@@ -58,9 +58,8 @@
...
@@ -58,9 +58,8 @@
}
}
> .usage-detail-container {
> .usage-detail-container {
@apply fixed left-0 top-0 ml-2 -mt-9 p-2 -translate-x-1/2 select-none text-white text-xs rounded whitespace-nowrap;
@apply fixed left-0 top-0 ml-2 -mt-9 p-2
z-100
-translate-x-1/2 select-none text-white text-xs rounded whitespace-nowrap;
background-color: rgba(0, 0, 0, 0.8);
background-color: rgba(0, 0, 0, 0.8);
z-index: 2;
> .date-text {
> .date-text {
@apply text-gray-300;
@apply text-gray-300;
...
...
web/tailwind.config.js
View file @
d75338b6
...
@@ -20,6 +20,7 @@ module.exports = {
...
@@ -20,6 +20,7 @@ module.exports = {
},
},
zIndex
:
{
zIndex
:
{
1
:
"1"
,
1
:
"1"
,
20
:
"20"
,
100
:
"100"
,
100
:
"100"
,
1000
:
"1000"
,
1000
:
"1000"
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment