mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 14:36:01 +00:00
fix: always show pin icon on the right
This commit is contained in:
@@ -194,6 +194,12 @@
|
||||
<slot />
|
||||
|
||||
<style>
|
||||
.pin,
|
||||
.pin-active {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 150;
|
||||
}
|
||||
.main {
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user