From 99ba537c6666d0b89247f6f96cc3be0999cf4a69 Mon Sep 17 00:00:00 2001 From: goynov Date: Fri, 17 Apr 2026 17:15:31 +0300 Subject: [PATCH] fix xr button --- src/styles/style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/style.scss b/src/styles/style.scss index 5b0ba68..7d652f1 100644 --- a/src/styles/style.scss +++ b/src/styles/style.scss @@ -180,4 +180,11 @@ audio { left:unset !important; bottom: 0 !important; right: 0 !important; +} + +#XRButton { + left: 55px !important; + bottom: 0 !important; + position: fixed !important; + z-index: 1005 !important; } \ No newline at end of file