diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index e9ef2835d6..02550bc4f9 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -1039,6 +1039,19 @@ body.fpmenu #fpmenu { #fpmenu .body { padding-left: 10px; } + #lichess .cg-board-wrap { + position: fixed; + top: 0; + left: 0; + } + #lichess .lichess_ground, + #lichess .underboard, + #friend_box { + visibility: hidden; + } + body { + overflow: hidden; + } } #topmenu { position: absolute;