Skip to content

Commit 515ac37

Browse files
committed
Flash Player Check: fix scrollbars showing in Chrome
1 parent b3b5556 commit 515ac37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flash-player-check.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
<title>Check Flash Player</title>
66

77
<!--CSS Code-->
8-
<style media = "screen">
8+
<style>
99
.flashbox {
1010
width: 318px;
1111
height: 182px;
1212
border: thin solid red;
13-
overflow: auto;
1413
padding: 1em;
1514
}
1615
</style>

0 commit comments

Comments
 (0)