mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-14 07:37:13 +03:00
Fix DHT tracker overlaying bottom of the app & set z-index to force it on top if it happens again
Closes #181
This commit is contained in:
parent
039c55eb1e
commit
f93f5c8fdd
@ -1,4 +1,4 @@
|
|||||||
#app-mount > div[class*="app-"] {
|
#app-mount div[class*="app-"] {
|
||||||
margin-bottom: 48px !important;
|
margin-bottom: 48px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -8,6 +8,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
z-index: 1000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dht-ctrl button {
|
#dht-ctrl button {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 1000;
|
z-index: 1000001;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dht-cfg {
|
#dht-cfg {
|
||||||
@ -20,7 +20,7 @@
|
|||||||
margin-top: -131px;
|
margin-top: -131px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
z-index: 1001;
|
z-index: 1000002;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dht-cfg-note {
|
#dht-cfg-note {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user