added style for off user select

This commit is contained in:
Kostya
2023-11-12 23:07:08 +03:00
parent d08198a809
commit 9df6813956
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ export default {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
user-select: none;
} }
.bar__content { .bar__content {
padding-top: 26px; padding-top: 26px;

View File

@@ -21,6 +21,7 @@ export default {
top: 0; top: 0;
width: 100%; width: 100%;
z-index: 1; z-index: 1;
user-select: none;
} }
.header__content { .header__content {
padding: 10px; padding: 10px;