snappymail/dev/Styles/Scroll.less
2015-01-09 03:31:31 +04:00

26 lines
400 B
Plaintext

.nano:before, .nano:after {
display: none;
content: "";
position: absolute;
left: 0;
width: 100%;
height: 10px;
z-index: 102;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.fixIndex.nano:before, .fixIndex.nano:after {
z-index: 98;
}
.nano:before {
top: -10px;
}
.nano:after {
bottom: -10px;
}
.nano.nano-scrolllimit-top:before, .nano.nano-scrolllimit-bottom:after {
display: block;
}