This commit is contained in:
+7
-5
@@ -117,16 +117,18 @@ body {
|
|||||||
}
|
}
|
||||||
.sheet-handle-area {
|
.sheet-handle-area {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 12px 0;
|
padding: 16px 0 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.sheet-handle {
|
.sheet-handle {
|
||||||
width: 36px;
|
width: 48px;
|
||||||
height: 4px;
|
height: 5px;
|
||||||
background: #444;
|
background: #555;
|
||||||
border-radius: 2px;
|
border-radius: 3px;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
@keyframes slideUp {
|
@keyframes slideUp {
|
||||||
from { transform: translateY(100%); }
|
from { transform: translateY(100%); }
|
||||||
|
|||||||
Reference in New Issue
Block a user