Skip to content
Snippets Groups Projects
Commit 660f24ea authored by Xiao Gui's avatar Xiao Gui
Browse files

feat: allow plugin overflow

parent cfe287ec
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ panel-component[widgetUnitPanel]
display:block;
min-width:280px;
max-width:300px;
overflow-x:hidden;
}
:host-context([state='floating']) div[widgetUnitHeading]:hover
......
:host
{
font-size:92%;
overflow:hidden;
overflow:visible;
box-shadow: 0px 4px 16px -4px rgba(0,0,0,0.2);
border-radius : 0;
border:none;
......@@ -11,7 +11,7 @@
[bodyFooterContainer]
{
overflow:hidden;
overflow:visible;
}
:host > .panel-heading
......
......@@ -32,6 +32,7 @@
/* colour */
[darktheme="true"] [plugincontainer] .btn,
[darktheme="true"] [plugincontainer] input[type="text"],
[darktheme="true"] [plugincontainer] input[type="number"],
[darktheme="true"] [plugincontainer] .panel
{
background-color:rgba(81,81,81,0.8);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment