diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-30 10:59:01 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-30 10:59:01 +0200 |
commit | 3dc8f41c5bf23a9459de5031de3f418f9032a89a (patch) | |
tree | f448839647d743ffdf805c00576179ab9073390e /play.css | |
parent | d0b46006ed6c282e3aae5fe128c3422b260ee112 (diff) | |
download | plantagenet-3dc8f41c5bf23a9459de5031de3f418f9032a89a.tar.gz |
fix asset+force stacking on chrome
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -597,7 +597,7 @@ body.shift .mat .capabilities { .mat .board .assets { position: absolute; - bottom: 22px; + bottom: 20px; right: 0px; width: 170px; height: 150px; |