mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 04:04:50 +08:00
26 lines
No EOL
400 B
Text
26 lines
No EOL
400 B
Text
.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;
|
|
} |