diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index cac7fdf05..3189df4b2 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -1919,8 +1919,8 @@ } @media screen and (min-width: 801px) { .board-color-moderndark .card-details { - position: absolute; - top: 30px; + position: fixed; + top: 97px; left: calc(50% - 384px); width: 768px; max-height: calc(100% - 60px);