This commit is contained in:
GuiAworld
2022-08-09 18:09:37 -03:00
parent 1931748fa6
commit 81925684a8

View File

@@ -559,6 +559,7 @@ input[type="range"]::-ms-fill-upper {
right: 0;
background-color: var(--flyout_background);
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 20px;
padding-bottom: 10px;
@@ -1002,6 +1003,7 @@ body {
.popup .popup_load_cancel {
text-align: center;
vertical-align: bottom;
background-color: var(--popup_title_bar_color);
}
@@ -1203,3 +1205,13 @@ textarea {
body.NotConnected {
filter: grayscale(80%);
}
.cursor {
cursor: pointer;
}
.flout_menu_contents {
overflow-x: hidden;
overflow-y: auto;
height: 80vh;
}