Grid.Blazor icon indicating copy to clipboard operation
Grid.Blazor copied to clipboard

Eliminate Style attributes and move to CSS/classes

Open JohnGoldInc opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. I want ".dropdown.dropdown-menu.grid-dropdown.opened" to be "position: absolute" so it overlaps the grid and does not make the grid shift down when opened; but its on the style attribute making it so I have to use "!important".

Describe the solution you'd like find and eliminate "style=" in html tags and promote to CSS classes

Describe alternatives you've considered Using "!important"

Additional context image

JohnGoldInc avatar May 09 '21 02:05 JohnGoldInc

Let me know if you would welcome a PR

JohnGoldInc avatar May 09 '21 02:05 JohnGoldInc

PRs are welcome Thanks

gustavnavar avatar May 11 '21 17:05 gustavnavar