Skip to content

Commit

Permalink
test: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Apr 14, 2023
1 parent 0a3bfe3 commit ed2efea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions test/fixtures/css.-webkit-scrollbar.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
<style>
.scrollbar {
display: block;
width: 10em;
width: 100px;
overflow: auto;
height: 2em;
height: 100px;
}

/* Demonstrate a "mostly customized" scrollbar
* (won't be visible otherwise if width/height is specified) */
.scrollbar::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #aaa; /* or add it to the track */
background-color: #aaa;
}

/* Add a thumb */
.scrollbar::-webkit-scrollbar-thumb {
background: #000;
}
</style>

<template>
<div id="root" class="scrollbar">
Thisisaveeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeerylongword<br />
And pretty tall<br />
thing with weird scrollbars.<br />
Who thought scrollbars could be made weird?
<div style="width: 200px; height: 400px;"></div>
</div>
</template>
Binary file modified test/fixtures/css.-webkit-scrollbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit ed2efea

@vercel
Copy link

@vercel vercel bot commented on ed2efea Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

modern-screenshot – ./

modern-screenshot.vercel.app
modern-screenshot-qq15725.vercel.app
modern-screenshot-git-main-qq15725.vercel.app

Please sign in to comment.