Disable footer selection on available pastes
This commit is contained in:
parent
7cd6eb53aa
commit
abd6aa2deb
|
@ -41,6 +41,8 @@
|
|||
footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue