mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix ModernDark Card Alignment
Fix position from absolute to fixed, so it moves with the viewport when horizonally scrolling. Fix card top border due to changing position, adjust top border px to 82px
This commit is contained in:
parent
5fee0b05e0
commit
c002cf759e
1 changed files with 1 additions and 1 deletions
|
@ -1920,7 +1920,7 @@
|
|||
@media screen and (min-width: 801px) {
|
||||
.board-color-moderndark .card-details {
|
||||
position: fixed;
|
||||
top: 30px;
|
||||
top: 82px;
|
||||
left: calc(50% - 384px);
|
||||
width: 768px;
|
||||
max-height: calc(100% - 60px);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue