aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index de00c01b4..b1e163421 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -183,3 +183,7 @@ body.win32:not(.isFullScreen) .app .app__content {
183 z-index: 999999999; 183 z-index: 999999999;
184 pointer-events: none; 184 pointer-events: none;
185} 185}
186
187a, button {
188 cursor: pointer;
189} \ No newline at end of file