1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Bugtracker #4724 - show scroll bar on text areas

This commit is contained in:
e107steved 2009-05-07 21:29:32 +00:00
parent a13eb32115
commit 790aba1069

View File

@ -406,10 +406,6 @@ form p{
border-bottom: 1px solid #868686;
border-right: 1px solid #868686;
}
/* Don't show textarea scrollbar on IE */
textarea{
overflow: hidden;
}
/* STYLING OF MENU TITLES */