Merge pull request #1286 from bjarnef/dev-v7-U4-8525

Fix tiny issues with dropzone border and sticky header
This commit is contained in:
Simon Busborg
2016-06-06 12:04:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
.umb-editor-sub-header.-umb-sticky-bar {
box-shadow: 0 5px 0 rgba(0, 0, 0, 0.08), 0 1px 0 rgba(0, 0, 0, 0.16);
transition: box-shadow 1s;
top: 100px;
top: 101px; /* height of header: 100px + its bottom-border: 1px */
transform: translate(0, 50%);
}

View File

@@ -5,7 +5,7 @@
// tall and small version - animate height
.dropzone {
height: 400px;
width: 100%;
width: auto;
padding: 50px 0;
border: 1px dashed @grayLight;
text-align: center;