Is there a way to get rid of that fat border at the top of textarea? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there a way to get rid of that fat border at the top of textarea?

Textarea - The other borders besides the top-border are the same. But the top one has shadow so it looks bigger. How do you get rid of the shadow and make it the same as the other borders! https://code.sololearn.com/WHMiB4JlNnCn/?ref=app

20th Jun 2019, 6:30 PM
Ginfio
Ginfio - avatar
8 Answers
+ 2
like this:? border:none; border:1px solid black; (that didnt work (the shadow on to still there))
20th Jun 2019, 7:11 PM
Ginfio
Ginfio - avatar
+ 2
hmm,
20th Jun 2019, 7:18 PM
Ginfio
Ginfio - avatar
+ 2
I'm not seeing any fat border. Could you upload a screenshot to imgur.com or https://screenshot.net/ to show us?
21st Jun 2019, 12:40 AM
Chris Coder
Chris Coder - avatar
+ 2
Chris C. I dont have desktop. It's fine anyways because i was gonna use it on that google docs code, but... I tried editing (zooming) and uploading it to my activitiy feed, but, it didn't accept the changes on the screenshot. So...-
21st Jun 2019, 1:20 AM
Ginfio
Ginfio - avatar
+ 2
Are you talking about that shadow at the very top of the page? In the app? Above the white background? If so then what you are seeing in your document is part of the sololearn app.
21st Jun 2019, 1:40 AM
Chris Coder
Chris Coder - avatar
+ 1
DOGGO no, look at the top border: it has a shadow inside it. that's what im trying to remove.
20th Jun 2019, 6:52 PM
Ginfio
Ginfio - avatar
+ 1
Gordie border:none removes all the borders
20th Jun 2019, 7:08 PM
Ginfio
Ginfio - avatar
+ 1
Chris C. no, on the textarea i made, it had border: 1px solid black. they all look the same besides the top one. on the inside of the top border, there is a shadow . You probably can't see it. based on device i guess. it's fine.
21st Jun 2019, 1:44 AM
Ginfio
Ginfio - avatar