mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 14:52:42 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@import "_variables";
|
||||
@import "_font-awesome.scss";
|
||||
@import "_tailwind.scss";
|
||||
@import "_bootstrap.scss";
|
||||
@import "_tom-select.scss";
|
||||
|
||||
.sticky-sidebar {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
// Somewhat prevents flickering when replacing with Tom-select
|
||||
select[multiple] {
|
||||
visibility: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user