removed curser during presentation mode

pull/2/head
Michael Ochmann 3 years ago
parent 1b53de3bac
commit 9803c5bbcf
  1. 2
      src/ui/src/assets/css/_window.scss

@ -12,6 +12,8 @@
} }
&.fullscreen { &.fullscreen {
cursor: none !important;
main { main {
& > .slide:first-child { & > .slide:first-child {
position: absolute; position: absolute;

Loading…
Cancel
Save