Skip to content
Snippets Groups Projects
Commit dd8b0910 authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Fixed vertical overflow hidden

parent 16680c58
No related branches found
No related tags found
No related merge requests found
Pipeline #57096 failed
.editor-sidepanel {
/* resize: horizontal; */
overflow: auto;
max-height: 85%;
overflow-y: auto;
overflow-x: hidden;
min-width: 300px;
height: inherit;
margin: 0.3rem 0.3rem 0.3rem auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment