mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 07:26:11 +02:00
🐛 Fix drag projects on dahsboard
This commit is contained in:
parent
a737c125d5
commit
4d4e9703cc
2 changed files with 14 additions and 3 deletions
|
@ -466,20 +466,27 @@
|
|||
|
||||
.dashboard-templates-section {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 285px;
|
||||
height: 228px;
|
||||
transition: bottom 300ms;
|
||||
|
||||
pointer-events: none;
|
||||
&.collapsed {
|
||||
bottom: -228px;
|
||||
transition: bottom 300ms;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
pointer-events: all;
|
||||
width: fit-content;
|
||||
top: -56px;
|
||||
right: -28px;
|
||||
text-align: right;
|
||||
height: 56px;
|
||||
position: absolute;
|
||||
button {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
@ -529,6 +536,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
pointer-events: all;
|
||||
svg {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
@ -550,6 +558,7 @@
|
|||
}
|
||||
|
||||
.content {
|
||||
pointer-events: all;
|
||||
background-color: $color-white;
|
||||
width: 200%;
|
||||
height: 229px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue