mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Merge pull request #3136 from Mrigank11/patch-2
[WEB] Make "Edit Flow" button fixed
This commit is contained in:
commit
967b314cdc
@ -9,7 +9,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.edit-flow-container {
|
.edit-flow-container {
|
||||||
position: relative;
|
position: fixed;
|
||||||
|
right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-flow {
|
.edit-flow {
|
||||||
|
Loading…
Reference in New Issue
Block a user