varadbhogayata / varadbhogayata.github.io

My Portfolio - Personal Website

Home Page:https://varadbhogayata.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects Visit Button Doesn't Stay At Bottom

TravisEvashkevich opened this issue · comments

Started using this template and I'm loving how you've layed things out.
One issue so far is just when you put a lot of text into a project section. It create a scroll bar and scrolls nicely BUT the Visit button stays relative to where it would be (at the bottom)
See below
image
I tried putting
position: relative;
in .card-action parts and it didn't seem to do anything.

Any ideas?

Edit: So it looks to me like materialize is overriding the position when I look in inspector
image

Figure I can at least hack around this by doing
<div class="card-action" style="position: relative;"> for the cards.