Skip to content

Commit

Permalink
Убирает user-select из примера
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFokina authored Jul 22, 2024
1 parent 0c7490c commit cf3a897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/slider/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ tags:
inline-size: 100%;
block-size: 225px;
object-fit: cover;
user-select: none;
}

.slider {
Expand Down Expand Up @@ -563,7 +562,6 @@ document.addEventListener('DOMContentLoaded', function () {
width: 100%;
height: 225px;
object-fit: cover;
user-select: none;
}
```

Expand Down

0 comments on commit cf3a897

Please sign in to comment.