diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-09-18 13:20:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-09-18 14:55:38 +0200 |
commit | d16efd818b967686123d4744f985b9c07d40b573 (patch) | |
tree | 105fd0041e5890a47b0b145503978e7f1b26a17a | |
parent | 1b5c3d20f575a17cf94f547843249d4449a8b260 (diff) | |
download | server-d16efd818b967686123d4744f985b9c07d40b573.tar.gz |
crusader: Rotate map to landscape on wide displays.
-rw-r--r-- | public/common/grid.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/common/grid.css b/public/common/grid.css index 37c16be..fe8c4e9 100644 --- a/public/common/grid.css +++ b/public/common/grid.css @@ -252,7 +252,6 @@ body.Observer .menu .resign { } .mapwrap.fit { - overflow: clip; max-width: 100%; } |