@import '../../style/themes/index.less';

.lm_full_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: @body-background;
  padding: 16px;
}
