diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-08-23 15:34:28 +0000 |
---|---|---|
committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-08-23 15:34:28 +0000 |
commit | ddf3d1a7ac516c4d144453cb4797192e0dd3a80b (patch) | |
tree | 375f5591427c919e3c20c9d6802d6bec7dbaacda /style.css | |
parent | bae91855f5270894b21575147e3855c1584fb4d4 (diff) | |
download | stable-diffusion-webui-gfx803-ddf3d1a7ac516c4d144453cb4797192e0dd3a80b.tar.gz stable-diffusion-webui-gfx803-ddf3d1a7ac516c4d144453cb4797192e0dd3a80b.tar.bz2 stable-diffusion-webui-gfx803-ddf3d1a7ac516c4d144453cb4797192e0dd3a80b.zip |
draw extra network buttons above description
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -863,6 +863,7 @@ footer { position: absolute;
color: white;
right: 0;
+ z-index: 1
}
.extra-network-cards .card:hover .button-row{
display: flex;
|