mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Incorrect scrolling behavior of the aside button box
This commit is contained in:
parent
f85dbde2a6
commit
54b11bdc94
@ -195,6 +195,10 @@ select.form-control.is-invalid {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
*[style*="container-buttons-aside"] {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
*[style*="container-menu"] {
|
||||
z-index: 90;
|
||||
padding-left: .5rem;
|
||||
|
||||
@ -25,7 +25,7 @@ class Base:
|
||||
class Frame(Base):
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
self.aside = output()
|
||||
self.aside = output().style("container-buttons-aside")
|
||||
self.aside_setting = output().style("aside-icon-setting")
|
||||
self.menu = output().style("container-menu")
|
||||
self.content = output().style("container-content")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user