Skip to content

Commit 9ea804f

Browse files
author
soheil_h_y
committed
1. Firefox Cursor Problem Solved!
1 parent 607ce8b commit 9ea804f

File tree

1 file changed

+3
-1
lines changed
  • sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets

1 file changed

+3
-1
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets/Text.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
padding:0;
88
font-family:Tahoma, Arial, sans-serif;
99
font-size:8pt;
10-
/*white-space:nowrap;*/
10+
/*white-space:nowrap;*/
11+
overflow-y:auto;
12+
overflow-x:hidden;
1113
}
1214
.text-default textarea {
1315
border-style:none;

0 commit comments

Comments
 (0)