* beautify scroll bar for task/bug/story card

This commit is contained in:
qixinzhi
2021-11-18 15:13:17 +08:00
parent 25558cb8cd
commit e502f80728
3 changed files with 15 additions and 3 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
.main-actions {display: none;}
#main {margin-bottom: 40px;}
#main {margin-bottom: 40px;min-width: unset;}
#mainMenu .pull-left>a {display: none;}
#mainMenu .pull-left .divider {display: none;}
#mainMenu .pull-right {display: none;}
#mainContent .col-4 {display: none;}
.modal-dialog {width: 90%;}
::-webkit-scrollbar {width: 10px;height: 10px;}
::-webkit-scrollbar-thumb:vertical {box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);background-color: rgba(0, 0, 0, 0.2);border-radius: 10px;opacity: 0;transition: opacity 0.1s;}
.m-bug-view:hover{overflow: overlay;}
.m-bug-view{overflow: hidden;}
+5 -1
View File
@@ -2,7 +2,11 @@
#mainMenu .pull-left .divider {display: none;}
#mainMenu .pull-right {display: none;}
#mainContent .col-4 {display: none;}
#main {margin-bottom: 40px;}
#main {margin-bottom: 40px;min-width: unset;}
.main-actions {display: none;}
.col-8>.cell {min-height: 300px;}
.modal-dialog {width: 90%;}
::-webkit-scrollbar {width: 10px;height: 10px;}
::-webkit-scrollbar-thumb:vertical {box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);background-color: rgba(0, 0, 0, 0.2);border-radius: 10px;opacity: 0;transition: opacity 0.1s;}
.m-story-view:hover{overflow: overlay;}
.m-story-view{overflow: hidden;}
+5 -1
View File
@@ -2,7 +2,11 @@
#mainMenu .pull-left .divider {display: none;}
#mainMenu .pull-right {display: none;}
#mainContent .col-4 {display: none;}
#main {margin-bottom: 40px;}
#main {margin-bottom: 40px;min-width: unset;}
.main-actions {display: none;}
.col-8 > .cell {min-height: 300px;}
.modal-dialog {width: 90%;}
::-webkit-scrollbar {width: 10px;height: 10px;}
::-webkit-scrollbar-thumb:vertical {box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);background-color: rgba(0, 0, 0, 0.2);border-radius: 10px;opacity: 0;transition: opacity 0.1s;}
.m-task-view:hover{overflow: overlay;}
.m-task-view{overflow: hidden;}