Metro-UI-CSS icon indicating copy to clipboard operation
Metro-UI-CSS copied to clipboard

"select drop-container" problem in window

Open yamin1313 opened this issue 4 years ago • 5 comments

Hello dear Mr. Pimenov

In metroui4, window get scroll when select opens and drop-container goes under (and I gues it goes under all elements)

thanks

https://codepen.io/yamin1313/pen/mdOLLxj

yamin1313 avatar Mar 02 '21 11:03 yamin1313

Thanks for opening a new issue. The author has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/olton/Metro-UI-CSS or Patreon

xscode-auto-reply[bot] avatar Mar 02 '21 11:03 xscode-auto-reply[bot]

Add this style

.window-content {
  overflow: visible; 
}

olton avatar Mar 02 '21 12:03 olton

thanks but in this situation, resizable doesn't work properly. just window-content background get resizabled and elements in window-content stay fixed!

yamin1313 avatar Mar 02 '21 13:03 yamin1313

The question is not clear

olton avatar Mar 02 '21 13:03 olton

I mean that in case we add this style (overflow: visible) to .window-content, when the user opens the select and intends to resize the window, the condition that is attached is occurred:

1 2 3

yamin1313 avatar Mar 03 '21 08:03 yamin1313