Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
d7d3166a
Commit
d7d3166a
authored
Jan 21, 2024
by
Sj-Si
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken scrollbars
parent
b67a4944
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
16 deletions
+8
-16
html/extra-networks-tree.html
html/extra-networks-tree.html
+1
-3
style.css
style.css
+7
-13
No files found.
html/extra-networks-tree.html
View file @
d7d3166a
<div
class=
"tree-list"
>
<div
class=
"tree-list-container"
>
{tree}
</div>
</div>
\ No newline at end of file
style.css
View file @
d7d3166a
...
...
@@ -1179,20 +1179,20 @@ body.resizing .resize-handle {
resize
:
vertical
;
min-height
:
52rem
;
flex-direction
:
column
;
overflow
:
hidden
;
}
.extra-network-pane
.extra-network-pane-content
{
display
:
flex
;
flex
:
1
;
flex-direction
:
row
;
overflow
:
hidden
;
}
.extra-network-pane
.extra-network-tree
{
flex
:
1
;
flex-direction
:
column
;
display
:
flex
;
font-size
:
1rem
;
border
:
1px
solid
var
(
--block-border-color
);
overflow
:
clip
auto
!important
;
}
.extra-network-pane
.extra-network-cards
{
...
...
@@ -1210,34 +1210,28 @@ body.resizing .resize-handle {
overflow
:
hidden
;
}
.extra-network-pane
.extra-network-tree
.tree-list
.tree-list-container
{
flex
:
1
;
overflow
:
clip
auto
!important
;
width
:
100%
;
}
.extra-network-pane
.extra-network-cards
::-webkit-scrollbar
,
.extra-network-pane
.
tree-list-container
::-webkit-scrollbar
{
.extra-network-pane
.
extra-network-tree
::-webkit-scrollbar
{
background-color
:
transparent
;
width
:
16px
;
}
.extra-network-pane
.extra-network-cards
::-webkit-scrollbar-track
,
.extra-network-pane
.
tree-list-container
::-webkit-scrollbar-track
{
.extra-network-pane
.
extra-network-tree
::-webkit-scrollbar-track
{
background-color
:
transparent
;
background-clip
:
content-box
;
}
.extra-network-pane
.extra-network-cards
::-webkit-scrollbar-thumb
,
.extra-network-pane
.
tree-list-container
::-webkit-scrollbar-thumb
{
.extra-network-pane
.
extra-network-tree
::-webkit-scrollbar-thumb
{
background-color
:
var
(
--border-color-primary
);
border-radius
:
16px
;
border
:
4px
solid
var
(
--background-fill-primary
);
}
.extra-network-pane
.extra-network-cards
::-webkit-scrollbar-button
,
.extra-network-pane
.
tree-list-container
::-webkit-scrollbar-button
{
.extra-network-pane
.
extra-network-tree
::-webkit-scrollbar-button
{
display
:
none
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment