Make code selectable again

This commit is contained in:
Mattias Granlund 2024-01-23 21:05:19 +01:00
parent d8fb0f7f4f
commit 0d266467ad
4 changed files with 0 additions and 4 deletions

View File

@ -61,7 +61,6 @@
.viewport {
height: 100%;
width: 100%;
user-select: none;
}
.contents {
display: block;

View File

@ -78,7 +78,6 @@
overflow-x: scroll;
height: 100%;
width: 100%;
user-select: none;
}
.scroll-contents {
display: flex;

View File

@ -206,7 +206,6 @@
align-items: flex-start;
height: 100%;
padding: 0 var(--space-8);
user-select: none;
}
.loading {
display: flex;

View File

@ -153,7 +153,6 @@
.header {
z-index: 2;
position: relative;
user-select: none;
flex-direction: column;
gap: var(--space-2);