adminlte-3-vue icon indicating copy to clipboard operation
adminlte-3-vue copied to clipboard

class content padding not working

Open neotune opened this issue 1 year ago • 5 comments

hey it's me again

I found the problem again

original adminlte3 스크린샷 2022-09-22 오후 6 35 19

your source 스크린샷 2022-09-22 오후 6 35 26

css class .content-wrapper>.content not working

I think the solution is this

index.scss line 12 delete

#app {
    width: 100vw; <- this 
    height: 100vh;
}

Or Do you have any ideas for a solution?

neotune avatar Sep 22 '22 09:09 neotune

thanks for reporting, hmm let me check, I will cross try to find a better solution

erdkse avatar Sep 22 '22 10:09 erdkse

Screen Shot 2022-09-22 at 13 16 12

It looks perfectly fine for me, Are you sure you didn't add any code to break it? I would like to test it in the same conditions, Can you describe it please?

erdkse avatar Sep 22 '22 10:09 erdkse

Screen Shot 2022-09-22 at 13 16 12

It looks perfectly fine for me, Are you sure you didn't add any code to break it? I would like to test it in the same conditions, Can you describe it please?

You need to lower the height enough to create a scrollbar. may be less than 300 Height

I downloaded the master branch source and build it.

neotune avatar Sep 22 '22 10:09 neotune

like this

스크린샷 2022-09-22 오후 7 35 18

neotune avatar Sep 22 '22 10:09 neotune

Card gets too close to the scrollbar

스크린샷 2022-09-22 오후 6 35 19

스크린샷 2022-09-22 오후 6 35 26

neotune avatar Sep 22 '22 10:09 neotune