We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4554d commit 507526aCopy full SHA for 507526a
2 files changed
resources/scss/src/grid/Scrollbar.scss
@@ -1,11 +1,11 @@
1
.neo-grid-scrollbar {
2
- bottom : 0;
+ bottom : 1px;
3
opacity : 0;
4
overflow-y : scroll;
5
position : absolute;
6
right : 0;
7
top : 31px; // header-toolbar height
8
- transition : opacity .4s;
+ transition : opacity 1s ease-out;
9
width : 16px;
10
z-index : 2;
11
resources/scss/src/grid/View.scss
@@ -4,6 +4,7 @@
overflow-x : hidden;
overflow-y : auto;
position : relative;
+ scrollbar-width: none;
&:focus {
outline: none;
0 commit comments