-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue - Input Element UI CSS #862
Comments
Same issue the culprit is global.css applying .border-t-transparent { Make sure you don't use a class applied to top only i.e. border-t-blue-gray-200, if you have this use without the "-t-" for example: border-blue-gray-200 For the focus its the otherway round you must include the "-t-" so use for example focus:border-t-gray-900, if you don't specify the "-t-" it will be transparent In full try this |
This didnt help, |
what if i done this |
I have encounter a issue in Input Element
Steps to reproducde :
The Top border of Input Element Text box, border goes hidden, the input label is causing issue. It can we seen happing for each instance of input box.
The text was updated successfully, but these errors were encountered: