mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 04:47:42 +03:00
Make code selectable again
This commit is contained in:
parent
d8fb0f7f4f
commit
0d266467ad
@ -61,7 +61,6 @@
|
||||
.viewport {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
user-select: none;
|
||||
}
|
||||
.contents {
|
||||
display: block;
|
||||
|
@ -78,7 +78,6 @@
|
||||
overflow-x: scroll;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
user-select: none;
|
||||
}
|
||||
.scroll-contents {
|
||||
display: flex;
|
||||
|
@ -206,7 +206,6 @@
|
||||
align-items: flex-start;
|
||||
height: 100%;
|
||||
padding: 0 var(--space-8);
|
||||
user-select: none;
|
||||
}
|
||||
.loading {
|
||||
display: flex;
|
||||
|
@ -153,7 +153,6 @@
|
||||
.header {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
user-select: none;
|
||||
flex-direction: column;
|
||||
gap: var(--space-2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user