erdkse / adminlte-3-vue

Vue 3.4.27 start-up project with AdminLTE 3.2.0 template
https://erdkse.com/projects/preview/adminlte-vue
MIT License
239 stars 113 forks source link

class content padding not working #43

Closed neotune closed 1 year ago

neotune commented 1 year ago

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?

erdkse commented 1 year ago

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

erdkse commented 1 year ago
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?

neotune commented 1 year ago
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 commented 1 year ago

like this

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

neotune commented 1 year ago

Card gets too close to the scrollbar

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

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

erdkse commented 1 year ago

This should be solved, can you confirm please?

tvoSE commented 7 months ago

The problem is not fixed. Deleting with #app.width in index.scss still fixes the scrollbar overlaying the content.